From 2c7526be6b0bcd20c0b1e428e15ce40838cf2208 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Sat, 12 Apr 2014 15:23:52 +1000 Subject: [PATCH] Fix build error in HPM.2 code lib/hpm2.c uses BSWAP_16 without including ipmitool/bswap.h. Signed-off-by: Zdenek Styblik --- lib/hpm2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hpm2.c b/lib/hpm2.c index 6f75f03..e7d6c03 100644 --- a/lib/hpm2.c +++ b/lib/hpm2.c @@ -33,6 +33,7 @@ #include #include #include +#include #if HAVE_PRAGMA_PACK # pragma pack(push, 1)