aboutsummaryrefslogtreecommitdiff
path: root/lash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lash.c')
-rw-r--r--lash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lash.c b/lash.c
index 87d4fbfbd..eba60b3b7 100644
--- a/lash.c
+++ b/lash.c
@@ -52,6 +52,7 @@
#define MAX_LINE 256 /* size of input buffer for `read' builtin */
#define MAX_READ 128 /* size of input buffer for `read' builtin */
#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"
+extern size_t NUM_APPLETS;
enum redirectionType { REDIRECT_INPUT, REDIRECT_OVERWRITE,