From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:41:22 +0000 (+0530) Subject: headers_check fix: tc_act/tc_pedit.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5dbbf3bcae2f6b5dee1c33b3eeced00bcb6c4f71;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Jaswinder Singh Rajput --- 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 #include #define TCA_ACT_PEDIT 7