diff options
| author | Chris Clayton <chris2553@googlemail.com> | 2019-02-08 16:35:36 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-02-08 16:35:36 +0000 |
| commit | 6db54edd1427823dcb3924be78c042915a825fb1 (patch) | |
| tree | cc6c741e5bf7150ea7084973ccc9cccf757f963b | |
| parent | 6a49ad0a754d38c7f8189b2269808b0eb0685bee (diff) | |
| download | dhcpcd-6db54edd1427823dcb3924be78c042915a825fb1.tar.xz | |
fix build with --disable-inet6
| -rw-r--r-- | src/dhcpcd.c | 1 |
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" |
