summaryrefslogtreecommitdiff
blob: 2fd3a17428fab81b2dcb3353507cc484aa454086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 6db54edd1427823dcb3924be78c042915a825fb1 Mon Sep 17 00:00:00 2001
From: Chris Clayton <chris2553@googlemail.com>
Date: Fri, 8 Feb 2019 16:35:36 +0000
Subject: fix build with --disable-inet6

---
 src/dhcpcd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dhcpcd.c b/src/dhcpcd.c
index a2cd04e..6fe60ea 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"
-- 
cgit v1.1