summaryrefslogtreecommitdiffstats
path: root/src/dhcpcd.c
diff options
context:
space:
mode:
authorChris Clayton <chris2553@googlemail.com>2019-02-08 16:35:36 +0000
committerRoy Marples <roy@marples.name>2019-02-08 16:35:36 +0000
commit6db54edd1427823dcb3924be78c042915a825fb1 (patch)
treecc6c741e5bf7150ea7084973ccc9cccf757f963b /src/dhcpcd.c
parent6a49ad0a754d38c7f8189b2269808b0eb0685bee (diff)
downloaddhcpcd-6db54edd1427823dcb3924be78c042915a825fb1.tar.xz
fix build with --disable-inet6
Diffstat (limited to 'src/dhcpcd.c')
-rw-r--r--src/dhcpcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index a2cd04e2..6fe60ea1 100644
--- a/src/dhcpcd.c
+++ b/src/dhcpcd.c
@@ -54,6 +54,7 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy Marples";
#include "dev.h"
#include "dhcp-common.h"
#include "dhcpcd.h"
+#include "dhcp.h"
#include "dhcp6.h"
#include "duid.h"
#include "eloop.h"