summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2015-02-01 21:48:46 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2015-02-01 21:48:46 +0000
commit8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f (patch)
treedaa36a0cc285639965ce944577bf671897c07c29
parent106266761828a0acb006346ae47bf031dee46a5d (diff)
downloaddnsmasq-8d8a54ec79d9f96979fabbd97b1dd2ddebc7d78f.tar.gz
Fix build failure on openBSD.
-rw-r--r--src/tables.c2
1 files changed, 1 insertions, 1 deletions
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 <bsd/string.h>
+#include <string.h>
#endif
#include <sys/types.h>