From 7bc07ed49e9fa80c72d1fca12a406f7a2044351d Mon Sep 17 00:00:00 2001 From: aldot 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. git-svn-id: svn://busybox.net/trunk/busybox@15273 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb