diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-03-23 16:45:01 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-03-23 16:45:01 +0000 |
commit | dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2 (patch) | |
tree | 151fb910c0df4d7b788c697039d8e21b0e0958b6 /src/include/etherboot.h | |
parent | eaf40883ff41d54849e55c8bfb27b41967b31a3b (diff) | |
download | ipxe-dde1c5ad18d1d8fb66cab52262f1ecc36df9fab2.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h index b9546c043..d8fcc98c2 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 */ |