Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 20:59:11 +0400
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 20:59:11 +0400
commit23f62fc6f3b8d01a953266ddd404c392b128c952 (patch)
treea6de7890b9cffd9bef96ebc8b326d63435955219 /findutils
parentb4f3cff6f5e77ce0a0edb12e6a5811d0063080ca (diff)
split libbb: moved xregcomp separatelly for speed up recompile
Diffstat (limited to 'findutils')
-rw-r--r--findutils/grep.c2
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 @@
#include <stdio.h>
#include <stdlib.h>
#include <getopt.h>
-#include <regex.h>
#include <string.h>
#include <errno.h>
#include "busybox.h"
+#include "xregex.h"
/* options */