From: Steven Barth Date: Mon, 30 Jun 2014 07:57:01 +0000 (+0200) Subject: Fixes compile error with musl X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8d6d784258b64d23e7f1cc0a2ee02e88377707d;p=oweals%2Fodhcpd.git Fixes compile error with musl Signed-off-by: Felix Fietkau --- 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