From 17db9819bc6a2285eadc9bb4d5fec34b816ab1dd Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 15 May 2015 21:08:14 +0000 Subject: [PATCH] Fix compile on FreeBSD --- dhcpcd.h | 4 ++++ 1 file changed, 4 insertions(+) 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"