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>
This commit is contained in:
parent
85864e1038
commit
7f44c3621a
|
@ -24,6 +24,8 @@
|
|||
#ifndef _LINUX_IF_FDDI_H
|
||||
#define _LINUX_IF_FDDI_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* Define max and min legal sizes. The frame sizes do not include
|
||||
* 4 byte FCS/CRC (frame check sequence).
|
||||
|
|
Loading…
Reference in New Issue