diff options
| author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 11:01:29 -0500 |
|---|---|---|
| committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 13:25:45 -0500 |
| commit | 0fe5a8fe0c145a6ff8f3daacd32f1824d0c021a9 (patch) | |
| tree | 43f00b14cded75e6a7f9644713657ccf4a826d72 /include/linux | |
| parent | 85db53102dbf0816e9c5426c9322a64759e7166b (diff) | |
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/linux')
| -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 @@ | |||
| 33 | #ifndef _IF_PPP_H_ | 33 | #ifndef _IF_PPP_H_ |
| 34 | #define _IF_PPP_H_ | 34 | #define _IF_PPP_H_ |
| 35 | 35 | ||
| 36 | #include <linux/types.h> | ||
| 36 | #include <linux/compiler.h> | 37 | #include <linux/compiler.h> |
| 37 | 38 | ||
| 38 | /* | 39 | /* |
