aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ppp_defs.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 22:09:17 +0530
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-31 00:05:30 +0530
commit7260a91666a3149181e7b78bbf73beebbb04f8fa (patch)
treee186b22fccc6b85bd8c2eaa6c5786c14820b9e87 /include/linux/ppp_defs.h
parentb8adfd3c753b47c47f626e032da7999530c316f0 (diff)
headers_check fix: linux/ppp_defs.h
fix the following 'make headers_check' warning: usr/include/linux/ppp_defs.h:50: 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/ppp_defs.h')
-rw-r--r--include/linux/ppp_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h
index 6e8adc77522c..1c866bda2018 100644
--- a/include/linux/ppp_defs.h
+++ b/include/linux/ppp_defs.h
@@ -25,6 +25,8 @@
* OR MODIFICATIONS.
*/
+#include <linux/types.h>
+
/*
* ==FILEVERSION 20000114==
*