diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 22:09:17 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-31 00:05:30 +0530 |
commit | 7260a91666a3149181e7b78bbf73beebbb04f8fa (patch) | |
tree | e186b22fccc6b85bd8c2eaa6c5786c14820b9e87 /include | |
parent | b8adfd3c753b47c47f626e032da7999530c316f0 (diff) | |
download | op-kernel-dev-7260a91666a3149181e7b78bbf73beebbb04f8fa.zip op-kernel-dev-7260a91666a3149181e7b78bbf73beebbb04f8fa.tar.gz |
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')
-rw-r--r-- | include/linux/ppp_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ppp_defs.h b/include/linux/ppp_defs.h index 6e8adc7..1c866bd 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== * |