datapath: Include linux/version.h in action.h for LINUX_VERSION
authorSimon Horman <horms@verge.net.au>
Mon, 30 Aug 2010 07:33:17 +0000 (16:33 +0900)
committerJesse Gross <jesse@nicira.com>
Mon, 30 Aug 2010 20:29:10 +0000 (13:29 -0700)
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/actions.h

index e4fc397..da4f4bf 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/gfp.h>
 #include <linux/skbuff.h>
+#include <linux/version.h>
 
 struct datapath;
 struct sk_buff;