aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
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 */