summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2006-04-30 03:08:52 +0200
committerMichael Brown2006-04-30 03:08:52 +0200
commit352bf1bda2d4c0d08e9b674702d8ba754f4d1747 (patch)
tree6446555769a5e1a2cecc56d09e19f4191f99827a /src/core/main.c
parentChange semantics of network API so that packet-absorbing calls *always* (diff)
downloadipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.gz
ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.xz
ipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.zip
Move init.h to gpxe/init.h.
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 35c7bb2c..f6448e80 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -23,7 +23,7 @@ Literature dealing with the network protocols:
#include "timer.h"
#include "cpu.h"
#include "console.h"
-#include "init.h"
+#include <gpxe/init.h>
#include "image.h"
#include <stdarg.h>