summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2006-03-23 17:45:01 +0100
committerMichael Brown2006-03-23 17:45:01 +0100
commitdde1c5ad18d1d8fb66cab52262f1ecc36df9fab2 (patch)
tree151fb910c0df4d7b788c697039d8e21b0e0958b6 /src/include/etherboot.h
parentAdd Makefile for hijack and prototester utilities. (diff)
downloadipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.tar.gz
ipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.tar.xz
ipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.zip
Moved include/in.h to include/gpxe/in.h, so that it can be included by
prototester.
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index b9546c04..d8fcc98c 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -133,7 +133,7 @@ enum {
#define RARP_REQUEST 3
#define RARP_REPLY 4
-#include "in.h"
+#include <gpxe/in.h>
/* Helper macros used to identify when DHCP options are valid/invalid in/outside of encapsulation */