Commit 8d8a54ec authored by Simon Kelley's avatar Simon Kelley

Fix build failure on openBSD.

parent 10626676
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#if defined(HAVE_IPSET) && defined(HAVE_BSD_NETWORK) #if defined(HAVE_IPSET) && defined(HAVE_BSD_NETWORK)
#ifndef __FreeBSD__ #ifndef __FreeBSD__
#include <bsd/string.h> #include <string.h>
#endif #endif
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment