Skip to content

Commit

Permalink
[NETFILTER]: Add missing include to ip_conntrack_tuple.h
Browse files Browse the repository at this point in the history
Without this #include, __be16 is not defined and userspace programs
will break.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Harald Welte authored and David S. Miller committed Oct 11, 2005
1 parent a1bcc3f commit 5bbc243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/netfilter_ipv4/ip_conntrack_tuple.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5bbc243

Please sign in to comment.