summaryrefslogtreecommitdiffstats
path: root/src/usr/autoboot.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-09 02:10:32 +0200
committerMichael Brown2007-07-09 02:10:32 +0200
commit487dc5be562be223512ed22b008c24db63463655 (patch)
tree0322faaa45b2146b9bc973c9130281b3e1d8a59f /src/usr/autoboot.c
parentAdd missing static (diff)
downloadipxe-487dc5be562be223512ed22b008c24db63463655.tar.gz
ipxe-487dc5be562be223512ed22b008c24db63463655.tar.xz
ipxe-487dc5be562be223512ed22b008c24db63463655.zip
Fix up iscsiboot missing prototype warnings
Diffstat (limited to 'src/usr/autoboot.c')
-rw-r--r--src/usr/autoboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c
index 277e8b09..97b9a406 100644
--- a/src/usr/autoboot.c
+++ b/src/usr/autoboot.c
@@ -26,6 +26,7 @@
#include <usr/route.h>
#include <usr/dhcpmgmt.h>
#include <usr/imgmgmt.h>
+#include <usr/iscsiboot.h>
#include <usr/autoboot.h>
/** @file