diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 21:31:29 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 23:55:45 +0530 |
commit | 0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9 (patch) | |
tree | 43f00b14cded75e6a7f9644713657ccf4a826d72 /include | |
parent | 85db53102dbf0816e9c5426c9322a64759e7166b (diff) | |
download | talos-op-linux-0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9.tar.gz talos-op-linux-0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9.zip |
headers_check fix: linux/if_ppp.h
fix the following 'make headers_check' warning:
usr/include/linux/if_ppp.h:96: 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/if_ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index c3b1f8562709..fcef103aa3f6 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -33,6 +33,7 @@ #ifndef _IF_PPP_H_ #define _IF_PPP_H_ +#include <linux/types.h> #include <linux/compiler.h> /* |