diff options
Diffstat (limited to 'findutils/grep.c')
-rw-r--r-- | findutils/grep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/grep.c b/findutils/grep.c index e796294f3..a705df912 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -27,10 +27,10 @@ | |||
27 | #include <stdio.h> | 27 | #include <stdio.h> |
28 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include <getopt.h> | 29 | #include <getopt.h> |
30 | #include <regex.h> | ||
31 | #include <string.h> | 30 | #include <string.h> |
32 | #include <errno.h> | 31 | #include <errno.h> |
33 | #include "busybox.h" | 32 | #include "busybox.h" |
33 | #include "xregex.h" | ||
34 | 34 | ||
35 | 35 | ||
36 | /* options */ | 36 | /* options */ |