From: Roy Marples Date: Tue, 20 Aug 2013 15:59:51 +0000 (+0000) Subject: Fix kFreeBSD compile. X-Git-Tag: v6.1.0~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68662728f75d9cd530c064420e9f9ee13d731325;p=thirdparty%2Fdhcpcd.git Fix kFreeBSD compile. Thanks to Petr Salinger. --- diff --git a/platform-bsd.c b/platform-bsd.c index 9bb2b863..0ae5ca60 100644 --- a/platform-bsd.c +++ b/platform-bsd.c @@ -44,6 +44,7 @@ #include #include +#include "common.h" #include "dhcpcd.h" #include "if-options.h" #include "platform.h"