From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 16:35:32 +0000 (+0530) Subject: headers_check fix: linux/pkt_cls.h X-Git-Tag: v2.6.29-rc4~77^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed307444d8f276d7052400c47d9f4c5393997c42;p=platform%2Fkernel%2Flinux-3.10.git headers_check fix: linux/pkt_cls.h fix the following 'make headers_check' warning: linux/pkt_cls.h:122: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/include/linux/pkt_cls.h b/include/linux/pkt_cls.h index e6aa848..3c842ed 100644 --- a/include/linux/pkt_cls.h +++ b/include/linux/pkt_cls.h @@ -1,6 +1,7 @@ #ifndef __LINUX_PKT_CLS_H #define __LINUX_PKT_CLS_H +#include #include /* I think i could have done better macros ; for now this is stolen from