From 81dab2cf834cb5369bd70feaf4ff45363dba12dd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 May 2006 01:56:08 +0000 Subject: Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits on 64 bit platforms), and move #include to libbb.h. --- include/libbb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index fdb20227d..5f2309a25 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -24,6 +24,7 @@ #include #include +#include #include #include "bb_config.h" -- cgit v1.2.3