From: Simon Horman Date: Fri, 10 Nov 2006 04:00:55 +0000 (-0800) Subject: [IPVS]: Compile fix for annotations in userland. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=da413908d5e9ebdd0889a599e80d21d7237021c6;p=linux-beck.git [IPVS]: Compile fix for annotations in userland. This change makes __beXX available to user-space applications, such as ipvsadm, which include ip_vs.h Signed-Off-By: Simon Horman Signed-off-by: David S. Miller --- diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 49c717e3b040..903108e583f8 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -7,6 +7,7 @@ #define _IP_VS_H #include /* For __uXX types */ +#include /* For __beXX types in userland */ #define IP_VS_VERSION_CODE 0x010201 #define NVERSION(version) \