fix fallout from BSD patches

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-10 18:37:06 +02:00
parent 874201fee5
commit 860d2bbdda
4 changed files with 12 additions and 11 deletions

View File

@@ -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 */
/* ------------ */