summaryrefslogtreecommitdiffstats
path: root/src/net/cachedhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/cachedhcp.c')
-rw-r--r--src/net/cachedhcp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/net/cachedhcp.c b/src/net/cachedhcp.c
index 37f344b6..299b164c 100644
--- a/src/net/cachedhcp.c
+++ b/src/net/cachedhcp.c
@@ -21,11 +21,11 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <gpxe/dhcp.h>
-#include <gpxe/dhcppkt.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/iobuf.h>
-#include <gpxe/uaccess.h>
+#include <ipxe/dhcp.h>
+#include <ipxe/dhcppkt.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/iobuf.h>
+#include <ipxe/uaccess.h>
/** @file
*