aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorvodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-14 16:59:11 +0000
committervodz <vodz@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-14 16:59:11 +0000
commit370ce81296cb8401bc6b5af6b4ab0f4b8cb4e30f (patch)
treea6de7890b9cffd9bef96ebc8b326d63435955219 /libbb
parent0b3f32b784e3aa768510d008b34d1f0b406011b2 (diff)
downloadbusybox-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 'libbb')
-rw-r--r--libbb/xregcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xregcomp.c b/libbb/xregcomp.c
index fa6c0fa2b..c28ca659d 100644
--- a/libbb/xregcomp.c
+++ b/libbb/xregcomp.c
@@ -23,7 +23,7 @@
23 23
24#include <stdio.h> 24#include <stdio.h>
25#include "libbb.h" 25#include "libbb.h"
26#include <regex.h> 26#include "xregex.h"
27 27
28 28
29 29