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/makedevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/makedevs.c') diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 95889506f..776bcaa8d 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c @@ -7,6 +7,7 @@ * known bugs: can't deal with alpha ranges */ +#include "busybox.h" #include #include #include @@ -16,7 +17,6 @@ #include #include #include /* major() and minor() */ -#include "busybox.h" #ifdef CONFIG_FEATURE_MAKEDEVS_LEAF int makedevs_main(int argc, char **argv) -- cgit v1.2.3