diff options
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r-- | miscutils/rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c index 5fa98b5..7642094 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c @@ -20,6 +20,7 @@ * */ +#include "busybox.h" #include <stdlib.h> #include <stdarg.h> #include <stdio.h> @@ -31,7 +32,6 @@ #include <sys/stat.h> #include <fcntl.h> #include <string.h> -#include "busybox.h" #define SOH 0x01 |