summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2006-11-09 20:00:55 -0800
committerDavid S. Miller <davem@davemloft.net>2006-11-09 20:00:55 -0800
commitda413908d5e9ebdd0889a599e80d21d7237021c6 (patch)
tree40ff206e7216edd077f06bd79302827d479e246c /include
parent088406bcf66d6c7fd8a5c04c00aa410ae9077403 (diff)
[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>
Diffstat (limited to 'include')
-rw-r--r--include/net/ip_vs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 49c717e3b04..903108e583f 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -7,6 +7,7 @@
#define _IP_VS_H
#include <asm/types.h> /* For __uXX types */
+#include <linux/types.h> /* For __beXX types in userland */
#define IP_VS_VERSION_CODE 0x010201
#define NVERSION(version) \