From c89982dcd78b3076cf131dae3ec4ca4b83f1b4da Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 3 Jun 2006 19:49:21 +0000 Subject: - move #include busybox.h to the very top so we pull in the config and eventual platform specific includes in early. --- miscutils/rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/rx.c') diff --git a/miscutils/rx.c b/miscutils/rx.c index 5fa98b5ef..7642094b7 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c @@ -20,6 +20,7 @@ * */ +#include "busybox.h" #include #include #include @@ -31,7 +32,6 @@ #include #include #include -#include "busybox.h" #define SOH 0x01 -- cgit v1.2.3