From d8d6d784258b64d23e7f1cc0a2ee02e88377707d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 30 Jun 2014 09:57:01 +0200 Subject: [PATCH] Fixes compile error with musl Signed-off-by: Felix Fietkau --- src/dhcpv4.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dhcpv4.c b/src/dhcpv4.c index eed634f..1fac8a1 100644 --- a/src/dhcpv4.c +++ b/src/dhcpv4.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- 2.11.0