]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Fix build failure on openBSD.
authorSimon Kelley <simon@thekelleys.org.uk>
Sun, 1 Feb 2015 21:48:46 +0000 (21:48 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Sun, 1 Feb 2015 21:48:46 +0000 (21:48 +0000)
src/tables.c

index dcdef794c4d2e0e911d465cfa86c0bf7aa194bd3..aae1252708db689626f284b2051de7fa505fede0 100644 (file)
@@ -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>