diff options
author | Olaf Hering <olaf@aepfle.de> | 2007-10-17 02:27:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:52 -0400 |
commit | 7f44c3621a41576d755668c48d0caf894c228fa9 (patch) | |
tree | bb3b500e989e215802224365f5aa902a72e0914a /include/linux/if_fddi.h | |
parent | 85864e103850962389d77467391bc3da021d070f (diff) |
include linux/types.h in if_fddi.h
include/linux/if_fddi.h is an exported header.
It uses __be16. Include linux/types.h to get this prototype.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/if_fddi.h')
-rw-r--r-- | include/linux/if_fddi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/if_fddi.h b/include/linux/if_fddi.h index 4aba6b0ad41c..ae77daed6c2f 100644 --- a/include/linux/if_fddi.h +++ b/include/linux/if_fddi.h | |||
@@ -24,6 +24,8 @@ | |||
24 | #ifndef _LINUX_IF_FDDI_H | 24 | #ifndef _LINUX_IF_FDDI_H |
25 | #define _LINUX_IF_FDDI_H | 25 | #define _LINUX_IF_FDDI_H |
26 | 26 | ||
27 | #include <linux/types.h> | ||
28 | |||
27 | /* | 29 | /* |
28 | * Define max and min legal sizes. The frame sizes do not include | 30 | * Define max and min legal sizes. The frame sizes do not include |
29 | * 4 byte FCS/CRC (frame check sequence). | 31 | * 4 byte FCS/CRC (frame check sequence). |