conntrack-tools: update package (along with associated libraries) to the latest versi...
[openwrt.git] / package / libs / libnfnetlink / patches / 100-missing_include.patch
index 68155c3..163307d 100644 (file)
@@ -8,3 +8,13 @@
  #include <sys/socket.h>       /* for sa_family_t */
  #include <linux/netlink.h>
  #include <libnfnetlink/linux_nfnetlink.h>
+--- a/include/libnfnetlink/linux_nfnetlink.h
++++ b/include/libnfnetlink/linux_nfnetlink.h
+@@ -1,6 +1,6 @@
+ #ifndef _NFNETLINK_H
+ #define _NFNETLINK_H
+-#include <linux/types.h>
++#include <sys/types.h>
+ #include <libnfnetlink/linux_nfnetlink_compat.h>
+ enum nfnetlink_groups {