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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/commands/dhcp_cmd.c b/src/hci/commands/dhcp_cmd.c
index 8cfd428e..208f3557 100644
--- a/src/hci/commands/dhcp_cmd.c
+++ b/src/hci/commands/dhcp_cmd.c
@@ -18,8 +18,8 @@
#include <stdint.h>
#include <stdlib.h>
+#include <stdio.h>
#include <getopt.h>
-#include <vsprintf.h>
#include <gpxe/netdevice.h>
#include <gpxe/command.h>
#include <usr/dhcpmgmt.h>