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/hdparm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'miscutils/hdparm.c') diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 37b87ea9f..24962dd25 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -12,12 +12,12 @@ * - by Mark Lord (C) 1994-2002 -- freely distributable */ +#include "busybox.h" #include #include #include #include #include -#include #include #include #include @@ -31,8 +31,6 @@ #endif #include -#include "busybox.h" - /* device types */ /* ------------ */ #define NO_DEV 0xffff -- cgit v1.2.3-55-g6feb