diff options
author | Denys Vlasenko | 2009-07-10 18:37:06 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-10 18:37:06 +0200 |
commit | 860d2bbdda67acfec39cd28e38881633ec4e66d6 (patch) | |
tree | 284fe111111ba2e2f19deed779e34846e58e04ca /miscutils | |
parent | 874201fee5a57acf25efe1b0b9c7e58ef6ef98a5 (diff) | |
download | busybox-860d2bbdda67acfec39cd28e38881633ec4e66d6.zip busybox-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.gz |
fix fallout from BSD patches
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/hdparm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 362b212..6068223 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c @@ -11,9 +11,10 @@ * hdparm.c - Command line interface to get/set hard disk parameters * - by Mark Lord (C) 1994-2002 -- freely distributable */ +#include "libbb.h" +/* must be _after_ libbb.h: */ #include <linux/hdreg.h> #include <sys/mount.h> -#include "libbb.h" /* device types */ /* ------------ */ |