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/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/time.c') diff --git a/miscutils/time.c b/miscutils/time.c index 0a2fb7748..9d0d6c05f 100644 --- a/miscutils/time.c +++ b/miscutils/time.c @@ -21,6 +21,7 @@ Heavily modified for busybox by Erik Andersen */ +#include "busybox.h" #include #include #include @@ -35,7 +36,6 @@ #define TV_MSEC tv_usec / 1000 #include -#include "busybox.h" /* Information on the resources used by a child process. */ typedef struct -- cgit v1.2.3