From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 14:40:05 +0000 (+0530) Subject: headers_check fix: tc_act/tc_gact.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2d594c0c8aa46beb21be1c5c2b7141f89d206313;p=linux-beck.git headers_check fix: tc_act/tc_gact.h fix the following 'make headers_check' warning: usr/include/linux/tc_act/tc_gact.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_gact.h b/include/linux/tc_act/tc_gact.h index 23a03eb630db..e895c0a39629 100644 --- a/include/linux/tc_act/tc_gact.h +++ b/include/linux/tc_act/tc_gact.h @@ -1,6 +1,7 @@ #ifndef __LINUX_TC_GACT_H #define __LINUX_TC_GACT_H +#include #include #define TCA_ACT_GACT 5