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/crond.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'miscutils/crond.c') diff --git a/miscutils/crond.c b/miscutils/crond.c index 954d97965..3f60468de 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -12,6 +12,7 @@ #define VERSION "2.3.2" +#include "busybox.h" #include #include #include @@ -29,8 +30,6 @@ #include #include -#include "busybox.h" - #define arysize(ary) (sizeof(ary)/sizeof((ary)[0])) #ifndef CRONTABS -- cgit v1.2.3