Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / pf.c
index 29f3a3d..112e28f 100644 (file)
--- a/src/pf.c
+++ b/src/pf.c
@@ -32,6 +32,9 @@
 #if HAVE_NET_IF_H
 # include <net/if.h>
 #endif
+#if HAVE_NETINET_IN_H
+# include <netinet/in.h>
+#endif
 
 #include <net/pfvar.h>