summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-21 00:43:44 +0100
committerMichael Brown2006-12-21 00:43:44 +0100
commit839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c (patch)
tree18eb5b25fd04a9f7c0e7114a28da7428baf70777 /src/core/main.c
parentReturn ANSI sequences for special keys (diff)
downloadipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.tar.gz
ipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.tar.xz
ipxe-839d425c6ea6d3ff5872baa3ffe6818a9d30bd6c.zip
Added missing header
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 1b813085..59f710ac 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -33,6 +33,7 @@ Literature dealing with the network protocols:
#include <gpxe/netdevice.h>
#include <gpxe/shell.h>
#include <gpxe/shell_banner.h>
+#include <gpxe/autoboot.h>
/* Linker symbols */
extern char _bss[], _ebss[];