summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 6ce55c101..10abef1ec 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -119,7 +119,7 @@
#define NULL ((void *)0)
#endif
-#include "if_ether.h"
+#include <gpxe/if_ether.h>
enum {
ARP_CLIENT, ARP_SERVER, ARP_GATEWAY,
@@ -144,7 +144,7 @@ enum {
#define ENCAP_OPT
#endif
-#include "if_arp.h"
+#include <gpxe/if_arp.h>
#include "ip.h"
#include "udp.h"
#include "old_tcp.h"