diff --git a/bin/sh/main.c b/bin/sh/main.c index 0587161614c..32eb82aabf0 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -54,7 +54,7 @@ static const char rcsid[] = #include #include #include - +#include #include "shell.h" #include "main.h" @@ -81,7 +81,6 @@ static const char rcsid[] = int rootpid; int rootshell; -extern int errno; #if PROFILE short profile_buf[16384]; extern int etext();