]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/0043-Fix-build-failure-on-openBSD.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0043-Fix-build-failure-on-openBSD.patch
CommitLineData
6644c1c7
MT
1From 8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f Mon Sep 17 00:00:00 2001
2From: Simon Kelley <simon@thekelleys.org.uk>
3Date: Sun, 1 Feb 2015 21:48:46 +0000
d54a2ce4 4Subject: [PATCH 43/78] Fix build failure on openBSD.
6644c1c7
MT
5
6---
7 src/tables.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/src/tables.c b/src/tables.c
11index 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--
242.1.0
25