From 860d2bbdda67acfec39cd28e38881633ec4e66d6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 10 Jul 2009 18:37:06 +0200 Subject: fix fallout from BSD patches Signed-off-by: Denys Vlasenko --- miscutils/hdparm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'miscutils/hdparm.c') 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 @@ * 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 #include -#include "libbb.h" /* device types */ /* ------------ */ -- cgit v1.2.3