summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/iptables/iptables.patch
blob: 27f881ce056e00a6657b9114032563634f91d3e4 (plain)
1
2
3
4
5
6
7
8
9
10
--- iptables-1.3.8-orig/include/libiptc/ipt_kernel_headers.h	2007-01-23 13:49:52.000000000 +0100
+++ iptables-1.3.8/include/libiptc/ipt_kernel_headers.h	2008-08-01 15:59:34.000000000 +0200
@@ -13,6 +13,7 @@
 #include <netinet/udp.h>
 #include <net/if.h>
 #include <sys/types.h>
+#include <linux/types.h>
 #else /* libc5 */
 #include <sys/socket.h>
 #include <linux/ip.h>