diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-10 18:37:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-10 18:37:06 +0200 |
commit | 860d2bbdda67acfec39cd28e38881633ec4e66d6 (patch) | |
tree | 284fe111111ba2e2f19deed779e34846e58e04ca /miscutils | |
parent | 874201fee5a57acf25efe1b0b9c7e58ef6ef98a5 (diff) | |
download | busybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.gz busybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.tar.bz2 busybox-w32-860d2bbdda67acfec39cd28e38881633ec4e66d6.zip |
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 362b212a3..60682231a 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -11,9 +11,10 @@ | |||
11 | * hdparm.c - Command line interface to get/set hard disk parameters | 11 | * hdparm.c - Command line interface to get/set hard disk parameters |
12 | * - by Mark Lord (C) 1994-2002 -- freely distributable | 12 | * - by Mark Lord (C) 1994-2002 -- freely distributable |
13 | */ | 13 | */ |
14 | #include "libbb.h" | ||
15 | /* must be _after_ libbb.h: */ | ||
14 | #include <linux/hdreg.h> | 16 | #include <linux/hdreg.h> |
15 | #include <sys/mount.h> | 17 | #include <sys/mount.h> |
16 | #include "libbb.h" | ||
17 | 18 | ||
18 | /* device types */ | 19 | /* device types */ |
19 | /* ------------ */ | 20 | /* ------------ */ |