aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tc_act
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 20:11:22 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 23:34:34 +0530
commit5dbbf3bcae2f6b5dee1c33b3eeced00bcb6c4f71 (patch)
treea283e3bec7aaac7c3ade00c80ff976330d5ba41e /include/linux/tc_act
parentheaders_check fix: tc_act/tc_mirred.h (diff)
downloadlinux-dev-5dbbf3bcae2f6b5dee1c33b3eeced00bcb6c4f71.tar.xz
linux-dev-5dbbf3bcae2f6b5dee1c33b3eeced00bcb6c4f71.zip
headers_check fix: tc_act/tc_pedit.h
fix the following 'make headers_check' warning: usr/include/linux/tc_act/tc_pedit.h:19: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/tc_act')
-rw-r--r--include/linux/tc_act/tc_pedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tc_act/tc_pedit.h b/include/linux/tc_act/tc_pedit.h
index 83e56e32e8e0..54ce9064115a 100644
--- a/include/linux/tc_act/tc_pedit.h
+++ b/include/linux/tc_act/tc_pedit.h
@@ -1,6 +1,7 @@
#ifndef __LINUX_TC_PED_H
#define __LINUX_TC_PED_H
+#include <linux/types.h>
#include <linux/pkt_cls.h>
#define TCA_ACT_PEDIT 7