diff options
author | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 16:59:11 +0000 |
---|---|---|
committer | vodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-09-14 16:59:11 +0000 |
commit | 370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f (patch) | |
tree | a6de7890b9cffd9bef96ebc8b326d63435955219 /findutils/grep.c | |
parent | 0b3f32b784e3aa768510d008b34d1f0b406011b2 (diff) | |
download | busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.tar.gz busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.tar.bz2 busybox-w32-370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f.zip |
split libbb: moved xregcomp separatelly for speed up recompile
git-svn-id: svn://busybox.net/trunk/busybox@11464 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 */ |