aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pkt_cls.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:05:32 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:03:40 +0530
commited307444d8f276d7052400c47d9f4c5393997c42 (patch)
tree841292fe03ce5ae3bd8e69aa7e5f324af8fc293b /include/linux/pkt_cls.h
parent06f43adba62f99de101616ffc5d0564aab237111 (diff)
downloadkernel_samsung_smdk4412-ed307444d8f276d7052400c47d9f4c5393997c42.zip
kernel_samsung_smdk4412-ed307444d8f276d7052400c47d9f4c5393997c42.tar.gz
kernel_samsung_smdk4412-ed307444d8f276d7052400c47d9f4c5393997c42.tar.bz2
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.h1
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