From 23f62fc6f3b8d01a953266ddd404c392b128c952 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Wed, 14 Sep 2005 16:59:11 +0000 Subject: split libbb: moved xregcomp separatelly for speed up recompile --- findutils/grep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/grep.c') 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 @@ #include #include #include -#include #include #include #include "busybox.h" +#include "xregex.h" /* options */ -- cgit v1.2.3