]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dnsmasq/0043-Fix-build-failure-on-openBSD.patch
Merge remote-tracking branch 'earl/tor' into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0043-Fix-build-failure-on-openBSD.patch
1 From 8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f Mon Sep 17 00:00:00 2001
2 From: Simon Kelley <simon@thekelleys.org.uk>
3 Date: Sun, 1 Feb 2015 21:48:46 +0000
4 Subject: [PATCH 43/98] Fix build failure on openBSD.
5
6 ---
7 src/tables.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/src/tables.c b/src/tables.c
11 index dcdef794c4d2..aae1252708db 100644
12 --- a/src/tables.c
13 +++ b/src/tables.c
14 @@ -21,7 +21,7 @@
15 #if defined(HAVE_IPSET) && defined(HAVE_BSD_NETWORK)
16
17 #ifndef __FreeBSD__
18 -#include <bsd/string.h>
19 +#include <string.h>
20 #endif
21
22 #include <sys/types.h>
23 --
24 2.1.0
25