diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 21:27:59 +0530 |
---|---|---|
committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 23:53:40 +0530 |
commit | b06e936939931c5acb1ca5dfe1d02b4d2f7cb11f (patch) | |
tree | efbdb2568dec242893a0ea869789bdd90dc72593 /include | |
parent | ba7161387e82fbbdc4b49533aa1345bb7befda13 (diff) |
headers_check fix: linux/if_hippi.h
fix the following 'make headers_check' warning:
usr/include/linux/if_hippi.h:82: 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_hippi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/if_hippi.h b/include/linux/if_hippi.h index f0f23516bb5..4a7c9940b08 100644 --- a/include/linux/if_hippi.h +++ b/include/linux/if_hippi.h @@ -22,6 +22,7 @@ #ifndef _LINUX_IF_HIPPI_H #define _LINUX_IF_HIPPI_H +#include <linux/types.h> #include <asm/byteorder.h> /* |