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 /editors/awk.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 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 3ee677304..6e81e23a9 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -29,8 +29,8 @@ | |||
29 | #include <math.h> | 29 | #include <math.h> |
30 | #include <ctype.h> | 30 | #include <ctype.h> |
31 | #include <getopt.h> | 31 | #include <getopt.h> |
32 | #include <regex.h> | ||
33 | 32 | ||
33 | #include "xregex.h" | ||
34 | #include "busybox.h" | 34 | #include "busybox.h" |
35 | 35 | ||
36 | 36 | ||