summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>