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: firefly_0821_release~15230^2~69 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ed307444d8f276d7052400c47d9f4c5393997c42;p=firefly-linux-kernel-4.4.55.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 e6aa8482ad7a..3c842edff388 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