aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 11:39:17 -0500
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-30 13:35:30 -0500
commit7260a91666a3149181e7b78bbf73beebbb04f8fa (patch)
treee186b22fccc6b85bd8c2eaa6c5786c14820b9e87
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>
-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 @@
25 * OR MODIFICATIONS. 25 * OR MODIFICATIONS.
26 */ 26 */
27 27
28#include <linux/types.h>
29
28/* 30/*
29 * ==FILEVERSION 20000114== 31 * ==FILEVERSION 20000114==
30 * 32 *