diff options
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 476b49d..9530a0e 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -95,6 +95,7 @@ __RCSID("$FreeBSD$"); #else #include <varargs.h> #endif +#include <unistd.h> #include "make.h" #include "hash.h" #include "dir.h" @@ -161,8 +162,6 @@ MainParseArgs(argc, argv) int argc; char **argv; { - extern int optind; - extern char *optarg; char *p; int c; |