aboutsummaryrefslogtreecommitdiff
path: root/builtins/shell.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-13 13:34:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-13 13:34:04 -0400
commit9447ba8c4aff985f9238b3f4e138afd4526799b0 (patch)
tree1856175c4bf59aefae81a3b5823ad6eea09ffd70 /builtins/shell.c
parented55fc2c7ab8fb921a95a5c27d9c8dc43b9c6eb9 (diff)
Split pattern code into its own file
Diffstat (limited to 'builtins/shell.c')
-rw-r--r--builtins/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/shell.c b/builtins/shell.c
index 5bb34e83..d8807188 100644
--- a/builtins/shell.c
+++ b/builtins/shell.c
@@ -5,6 +5,7 @@
#include "array.h"
#include "functions.h"
#include "integers.h"
+#include "pattern.h"
#include "shell.h"
#include "text.h"
#include "types.h"