]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[build] Add missing #include <config/local/sideband.h>
authorAnton D. Kachalov <mouse@yandex-team.ru>
Sun, 26 Aug 2012 23:28:49 +0000 (00:28 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 26 Aug 2012 23:28:49 +0000 (00:28 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/sideband.h

index a16c2e37cdfde7236e31bf3e6d387b3901e29535..52339993eb59d4d131d1134efcb4203df47b32cc 100644 (file)
@@ -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 <config/local/sideband.h>
+
 #endif /* CONFIG_SIDEBAND_H */