aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c
diff options
context:
space:
mode:
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 @@
29#include <math.h> 29#include <math.h>
30#include <ctype.h> 30#include <ctype.h>
31#include <getopt.h> 31#include <getopt.h>
32#include <regex.h>
33 32
33#include "xregex.h"
34#include "busybox.h" 34#include "busybox.h"
35 35
36 36