From e15d7573a1263fb364d1678c3a46be47a8b5e5ea Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 2 Jun 2006 20:56:16 +0000 Subject: - move #include busybox.h to the very top so we pull in the config and eventual platform specific includes in early. --- procps/ps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/ps.c') diff --git a/procps/ps.c b/procps/ps.c index b6242d2..9dc6839 100644 --- a/procps/ps.c +++ b/procps/ps.c @@ -7,6 +7,7 @@ * Licensed under the GPL v2, see the file LICENSE in this tarball. */ +#include "busybox.h" #include #include #include @@ -17,7 +18,6 @@ #include #include #include -#include "busybox.h" #if ENABLE_SELINUX #include /* for is_selinux_enabled() */ #endif -- cgit v1.1