From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:44:36 +0000 (+0530) Subject: headers_check fix: tc_ematch/tc_em_text.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=30f410a6d372f067df3d02e3db328720bf421c81;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git headers_check fix: tc_ematch/tc_em_text.h fix the following 'make headers_check' warning: usr/include/linux/tc_ematch/tc_em_text.h:11: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/tc_ematch/tc_em_text.h b/include/linux/tc_ematch/tc_em_text.h index 7cd43e99c7f5..d12a73a225fc 100644 --- a/include/linux/tc_ematch/tc_em_text.h +++ b/include/linux/tc_ematch/tc_em_text.h @@ -1,6 +1,7 @@ #ifndef __LINUX_TC_EM_TEXT_H #define __LINUX_TC_EM_TEXT_H +#include #include #define TC_EM_TEXT_ALGOSIZ 16