aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c3
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/* ------------ */