diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 3ee6773..6e81e23 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" |