Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9df27bab authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

headers_check fix: netfilter/xt_conntrack.h



fix the following 'make headers_check' warning:

  usr/include/linux/netfilter/xt_conntrack.h:40: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent b852d36b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#ifndef _XT_CONNTRACK_H
#define _XT_CONNTRACK_H

#include <linux/types.h>
#include <linux/netfilter/nf_conntrack_tuple_common.h>

#define XT_CONNTRACK_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))