aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/grep.c')
-rw-r--r--findutils/grep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c
index 3ee409c64..003dae98e 100644
--- a/findutils/grep.c
+++ b/findutils/grep.c
@@ -26,7 +26,7 @@
#include <regex.h>
#include <string.h> /* for strerror() */
#include <errno.h>
-#include "internal.h"
+#include "busybox.h"
extern int optind; /* in unistd.h */
extern int errno; /* for use with strerror() */