[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 <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Simon Horman and committed by David S. Miller da413908 088406bc

+1
+1
include/net/ip_vs.h
··· 7 7 #define _IP_VS_H 8 8 9 9 #include <asm/types.h> /* For __uXX types */ 10 + #include <linux/types.h> /* For __beXX types in userland */ 10 11 11 12 #define IP_VS_VERSION_CODE 0x010201 12 13 #define NVERSION(version) \