diff options
author | Anton D. Kachalov <mouse@yandex-team.ru> | 2012-08-27 00:28:49 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-08-27 00:28:49 +0100 |
commit | 5e73677a01133546e1da35f8b8d26cb1f092417a (patch) | |
tree | be8a23c49a0eb39ac52de886bc280416a4ed1e65 /src/config/sideband.h | |
parent | 34a637f46f759a8fe9e3502f730636e4fbd74820 (diff) | |
download | ipxe-5e73677a01133546e1da35f8b8d26cb1f092417a.tar.gz |
[build] Add missing #include <config/local/sideband.h>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/sideband.h')
-rw-r--r-- | src/config/sideband.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <config/local/sideband.h> + #endif /* CONFIG_SIDEBAND_H */ |