diff -u ipmitool-1.8.13/debian/changelog ipmitool-1.8.13/debian/changelog --- ipmitool-1.8.13/debian/changelog +++ ipmitool-1.8.13/debian/changelog @@ -1,3 +1,9 @@ +ipmitool (1.8.13-1ubuntu0.5) trusty; urgency=medium + + * Add missing include to lib/hpm2.c, to fix build failure. + + -- Steve Langasek Wed, 14 Oct 2015 12:27:54 -0700 + ipmitool (1.8.13-1ubuntu0.4) trusty; urgency=medium * debian/patches/usb_interface_support.patch: backport more chunks of USB and diff -u ipmitool-1.8.13/debian/patches/usb_interface_support.patch ipmitool-1.8.13/debian/patches/usb_interface_support.patch --- ipmitool-1.8.13/debian/patches/usb_interface_support.patch +++ ipmitool-1.8.13/debian/patches/usb_interface_support.patch @@ -1330,7 +1330,7 @@ =================================================================== --- /dev/null +++ b/lib/hpm2.c -@@ -0,0 +1,288 @@ +@@ -0,0 +1,289 @@ +/* + * Copyright (c) 2012 Pigeon Point Systems. All Rights Reserved. + * @@ -1366,6 +1366,7 @@ +#include +#include +#include ++#include + +#if HAVE_PRAGMA_PACK +#pragma pack(push, 1)