Skip to content

Commit

Permalink
Fix build failure on openBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkelley committed Feb 1, 2015
1 parent 1062667 commit 8d8a54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8d8a54e

Please sign in to comment.