From: Chris Clayton Date: Fri, 8 Feb 2019 16:35:36 +0000 (+0000) Subject: fix build with --disable-inet6 X-Git-Tag: v7.2.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10913cac2113a2ee767e7999b391ffd2a8357f45;p=thirdparty%2Fdhcpcd.git fix build with --disable-inet6 --- 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"