aboutsummaryrefslogtreecommitdiff
path: root/builtins/shell.c
diff options
context:
space:
mode:
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"