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