From 8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Sun, 1 Feb 2015 21:48:46 +0000 Subject: [PATCH] Fix build failure on openBSD. --- src/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3