aboutsummaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-04-30 01:08:52 +0000
committerMichael Brown <mcb30@etherboot.org>2006-04-30 01:08:52 +0000
commit352bf1bda2d4c0d08e9b674702d8ba754f4d1747 (patch)
tree6446555769a5e1a2cecc56d09e19f4191f99827a /src/proto
parentbac97eb979e5048b065f01c6b5e7d63ffc3abf48 (diff)
downloadipxe-352bf1bda2d4c0d08e9b674702d8ba754f4d1747.tar.gz
Move init.h to gpxe/init.h.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/nfs.c b/src/proto/nfs.c
index ebcca7374..c700ed67b 100644
--- a/src/proto/nfs.c
+++ b/src/proto/nfs.c
@@ -1,5 +1,5 @@
#include "etherboot.h"
-#include "init.h"
+#include <gpxe/init.h>
#include "proto.h"
#include <gpxe/in.h>
#include "nic.h"