]> git.ipfire.org Git - people/ms/linux.git/blobdiff - include/linux/netfilter_ipv4/ip_conntrack_tuple.h
[NETFILTER]: Add missing include to ip_conntrack_tuple.h
[people/ms/linux.git] / include / linux / netfilter_ipv4 / ip_conntrack_tuple.h
index 20e43f018b7c768cc8b9c13c23253e99c5561d6c..3232db11a4e54b6894ac35cbe669d1182629e252 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef _IP_CONNTRACK_TUPLE_H
 #define _IP_CONNTRACK_TUPLE_H
 
+#include <linux/types.h>
+
 /* A `tuple' is a structure containing the information to uniquely
   identify a connection.  ie. if two packets have the same tuple, they
   are in the same connection; if not, they are not.