From: Simon Kelley Date: Sun, 1 Feb 2015 21:48:46 +0000 (+0000) Subject: Fix build failure on openBSD. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f;p=people%2Fms%2Fdnsmasq.git Fix build failure on openBSD. --- diff --git a/src/tables.c b/src/tables.c index dcdef79..aae1252 100644 --- a/src/tables.c +++ b/src/tables.c @@ -21,7 +21,7 @@ #if defined(HAVE_IPSET) && defined(HAVE_BSD_NETWORK) #ifndef __FreeBSD__ -#include +#include #endif #include