aboutsummaryrefslogtreecommitdiff
path: root/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'grep.c')
-rw-r--r--grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep.c b/grep.c
index 3ee409c64..003dae98e 100644
--- a/grep.c
+++ b/grep.c
@@ -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
31extern int optind; /* in unistd.h */ 31extern int optind; /* in unistd.h */
32extern int errno; /* for use with strerror() */ 32extern int errno; /* for use with strerror() */