summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/time_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/time_cmd.c')
-rw-r--r--src/hci/commands/time_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hci/commands/time_cmd.c b/src/hci/commands/time_cmd.c
index 947410ec..5e2612a6 100644
--- a/src/hci/commands/time_cmd.c
+++ b/src/hci/commands/time_cmd.c
@@ -23,9 +23,9 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <gpxe/command.h>
-#include <gpxe/nap.h>
-#include <gpxe/timer.h>
+#include <ipxe/command.h>
+#include <ipxe/nap.h>
+#include <ipxe/timer.h>
static int time_exec ( int argc, char **argv ) {
unsigned long start;