aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 16:59:11 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2005-09-14 16:59:11 +0000
commit23f62fc6f3b8d01a953266ddd404c392b128c952 (patch)
treea6de7890b9cffd9bef96ebc8b326d63435955219 /editors/awk.c
parentb4f3cff6f5e77ce0a0edb12e6a5811d0063080ca (diff)
downloadbusybox-23f62fc6f3b8d01a953266ddd404c392b128c952.tar.gz
split libbb: moved xregcomp separatelly for speed up recompile
Diffstat (limited to 'editors/awk.c')
-rw-r--r--editors/awk.c2
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 @@
#include <math.h>
#include <ctype.h>
#include <getopt.h>
-#include <regex.h>
+#include "xregex.h"
#include "busybox.h"