summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-08-30 16:33:17 +0900
committerJesse Gross <jesse@nicira.com>2010-08-30 13:29:10 -0700
commit33e6617792d122d47f2a2b9cff73f41cf58d45c6 (patch)
treeb0befde10b9e55962a7923af631625234aecfebc
parentd15365f4ed112d6541ab3c278465a06393c84c5e (diff)
downloadopenvswitch-33e6617792d122d47f2a2b9cff73f41cf58d45c6.tar.gz
datapath: Include linux/version.h in action.h for LINUX_VERSION
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Jesse Gross <jesse@nicira.com>
-rw-r--r--datapath/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath/actions.h b/datapath/actions.h
index e4fc39749..da4f4bf77 100644
--- a/datapath/actions.h
+++ b/datapath/actions.h
@@ -11,6 +11,7 @@
#include <linux/gfp.h>
#include <linux/skbuff.h>
+#include <linux/version.h>
struct datapath;
struct sk_buff;