diff options
Diffstat (limited to 'bin/sh/main.c')
-rw-r--r-- | bin/sh/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c index 2da5a15..e6c8a20 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -72,6 +72,7 @@ __FBSDID("$FreeBSD$"); #include "mystring.h" #include "exec.h" #include "cd.h" +#include "builtins.h" int rootpid; int rootshell; |