From: Olaf Hering Date: Wed, 17 Oct 2007 06:27:09 +0000 (-0700) Subject: include linux/types.h in if_fddi.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7f44c3621a41576d755668c48d0caf894c228fa9;p=linux-beck.git 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 Cc: "Maciej W. Rozycki" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 @@ #ifndef _LINUX_IF_FDDI_H #define _LINUX_IF_FDDI_H +#include + /* * Define max and min legal sizes. The frame sizes do not include * 4 byte FCS/CRC (frame check sequence).