Commit 7f44c3621a41576d755668c48d0caf894c228fa9

Authored by Olaf Hering
Committed by Linus Torvalds
1 parent 85864e1038

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/if_fddi.h
... ... @@ -24,6 +24,8 @@
24 24 #ifndef _LINUX_IF_FDDI_H
25 25 #define _LINUX_IF_FDDI_H
26 26  
  27 +#include <linux/types.h>
  28 +
27 29 /*
28 30 * Define max and min legal sizes. The frame sizes do not include
29 31 * 4 byte FCS/CRC (frame check sequence).