From: Anton D. Kachalov Date: Sun, 26 Aug 2012 23:28:49 +0000 (+0100) Subject: [build] Add missing #include X-Git-Tag: v1.20.1~1658 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e73677a01133546e1da35f8b8d26cb1f092417a;p=thirdparty%2Fipxe.git [build] Add missing #include Signed-off-by: Michael Brown --- diff --git a/src/config/sideband.h b/src/config/sideband.h index a16c2e37c..52339993e 100644 --- a/src/config/sideband.h +++ b/src/config/sideband.h @@ -12,4 +12,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */ //#define VMWARE_SETTINGS /* VMware GuestInfo settings */ +#include + #endif /* CONFIG_SIDEBAND_H */