diff options
Diffstat (limited to 'grep.c')
-rw-r--r-- | grep.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ | |||
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include "busybox.h" | 29 | #include "busybox.h" |
30 | 30 | ||
31 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); | ||
32 | |||
31 | extern int optind; /* in unistd.h */ | 33 | extern int optind; /* in unistd.h */ |
32 | extern int errno; /* for use with strerror() */ | 34 | extern int errno; /* for use with strerror() */ |
33 | 35 | ||