Workaround netfilter header brokeness.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 26 Jun 2008 17:19:34 +0000 (17:19 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Thu, 26 Jun 2008 17:19:34 +0000 (17:19 +0000)
tc/m_ipt.c

index ca39555..5acc6fa 100644 (file)
@@ -17,6 +17,7 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
+#include <linux/types.h>
 #include <iptables.h>
 #include <linux/netfilter_ipv4/ip_tables.h>
 #include "utils.h"