diff options
Diffstat (limited to '')
-rw-r--r-- | src/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exec.c b/src/exec.c index 9b1a8bf..417ba8a 100644 --- a/src/exec.c +++ b/src/exec.c @@ -67,6 +67,7 @@ #include "show.h" #include "jobs.h" #include "alias.h" +#include "system.h" #define CMDTABLESIZE 31 /* should be prime */ |