From: David Miller Date: Wed, 14 Feb 2007 02:11:27 +0000 (-0800) Subject: Fix atmarp.h for userspace X-Git-Tag: v2.6.20.2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a78d2ae0ea43dd90e9fc60047225b9ff1601e14;p=thirdparty%2Fkernel%2Fstable.git Fix atmarp.h for userspace [ATM]: atmarp.h needs to always include linux/types.h To provide the __be* types, even for userspace includes. Reported by Andrew Walrond. Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/atmarp.h b/include/linux/atmarp.h index ee108f9e9cb7a..231f4bdec730e 100644 --- a/include/linux/atmarp.h +++ b/include/linux/atmarp.h @@ -6,9 +6,7 @@ #ifndef _LINUX_ATMARP_H #define _LINUX_ATMARP_H -#ifdef __KERNEL__ #include -#endif #include #include