summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/dhcp_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/dhcp_cmd.c')
-rw-r--r--src/hci/commands/dhcp_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hci/commands/dhcp_cmd.c b/src/hci/commands/dhcp_cmd.c
index 96aac8d4..82869d62 100644
--- a/src/hci/commands/dhcp_cmd.c
+++ b/src/hci/commands/dhcp_cmd.c
@@ -27,9 +27,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <assert.h>
#include <getopt.h>
-#include <gpxe/netdevice.h>
-#include <gpxe/in.h>
-#include <gpxe/command.h>
+#include <ipxe/netdevice.h>
+#include <ipxe/in.h>
+#include <ipxe/command.h>
#include <usr/dhcpmgmt.h>
/** @file