From: Roy Marples Date: Fri, 15 May 2015 21:08:14 +0000 (+0000) Subject: Fix compile on FreeBSD X-Git-Tag: v6.9.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17db9819bc6a2285eadc9bb4d5fec34b816ab1dd;p=thirdparty%2Fdhcpcd.git Fix compile on FreeBSD --- diff --git a/dhcpcd.h b/dhcpcd.h index 6d7223ed..229a640a 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -32,6 +32,10 @@ #include #include "config.h" +#ifdef HAVE_SYS_QUEUE_H +#include +#endif + #include "defs.h" #include "control.h" #include "if-options.h"