aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/grep.c b/grep.c
index 0ed9594b0..e9ff91b3e 100644
--- a/grep.c
+++ b/grep.c
@@ -28,6 +28,8 @@
28#include <errno.h> 28#include <errno.h>
29#include "busybox.h" 29#include "busybox.h"
30 30
31extern void xregcomp(regex_t *preg, const char *regex, int cflags);
32
31extern int optind; /* in unistd.h */ 33extern int optind; /* in unistd.h */
32extern int errno; /* for use with strerror() */ 34extern int errno; /* for use with strerror() */
33 35