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/fuser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'procps/fuser.c') diff --git a/procps/fuser.c b/procps/fuser.c index 35d77ed1c..1a4f612f1 100644 --- a/procps/fuser.c +++ b/procps/fuser.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * tiny fuser implementation * @@ -7,6 +8,7 @@ * GNU Library General Public License */ +#include "busybox.h" #include #include #include @@ -19,7 +21,6 @@ #include #include #include -#include "busybox.h" #define FUSER_PROC_DIR "/proc" #define FUSER_MAX_LINE 255 -- cgit v1.2.3