diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 22:05:32 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-31 00:03:40 +0530 |
commit | ed307444d8f276d7052400c47d9f4c5393997c42 (patch) | |
tree | 841292fe03ce5ae3bd8e69aa7e5f324af8fc293b /include/linux/pkt_cls.h | |
parent | 06f43adba62f99de101616ffc5d0564aab237111 (diff) | |
download | op-kernel-dev-ed307444d8f276d7052400c47d9f4c5393997c42.zip op-kernel-dev-ed307444d8f276d7052400c47d9f4c5393997c42.tar.gz |
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 <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'include/linux/pkt_cls.h')
-rw-r--r-- | include/linux/pkt_cls.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/types.h> #include <linux/pkt_sched.h> /* I think i could have done better macros ; for now this is stolen from |