Fix build failure on openBSD.

This commit is contained in:
Simon Kelley
2015-02-01 21:48:46 +00:00
parent 1062667618
commit 8d8a54ec79

View File

@@ -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>