netfilter: xtables: add missing header inclusions for headers_check
[linux-2.6-block.git] / include / linux / netfilter_ipv4 / ipt_ttl.h
index 93d9a06689a34dcb1fe3b1880e48026dd8bbf82c..37bee44424860f19e801f1d431b93c9facf3e1cf 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef _IPT_TTL_H
 #define _IPT_TTL_H
 
+#include <linux/types.h>
+
 enum {
        IPT_TTL_EQ = 0,         /* equals */
        IPT_TTL_NE,             /* not equals */