summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-10 03:03:20 +0100
committerMichael Brown2007-01-10 03:03:20 +0100
commit55e590ab3aeac9a7fb5067bcef1e79922d91e67a (patch)
tree4b6cec58e83818b9d71d29cdd4a8d4ef97b5e992 /src/core/main.c
parentAdded network interface management commands (diff)
downloadipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.gz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.tar.xz
ipxe-55e590ab3aeac9a7fb5067bcef1e79922d91e67a.zip
Move header file for usr/autoboot.c to include/usr
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 59f710ac..a34eb889 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -33,7 +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>
+#include <usr/autoboot.h>
/* Linker symbols */
extern char _bss[], _ebss[];