diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ | |||
26 | #include <regex.h> | 26 | #include <regex.h> |
27 | #include <string.h> /* for strerror() */ | 27 | #include <string.h> /* for strerror() */ |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include "internal.h" | 29 | #include "busybox.h" |
30 | 30 | ||
31 | extern int optind; /* in unistd.h */ | 31 | extern int optind; /* in unistd.h */ |
32 | extern int errno; /* for use with strerror() */ | 32 | extern int errno; /* for use with strerror() */ |