[ovs-dev] [patch] datapath: Include linux/version.h in action.h for LINUX_VERSION

Simon Horman horms at verge.net.au
Mon Aug 30 07:33:17 UTC 2010


Signed-off-by: Simon Horman <horms at verge.net.au>

--- 

This came up while preparing the code for merging.

Index: openvswitch/datapath/actions.h
===================================================================
--- openvswitch.orig/datapath/actions.h	2010-08-30 16:25:20.000000000 +0900
+++ openvswitch/datapath/actions.h	2010-08-30 16:25:35.000000000 +0900
@@ -11,6 +11,7 @@
 
 #include <linux/gfp.h>
 #include <linux/skbuff.h>
+#include <linux/version.h>
 
 struct datapath;
 struct sk_buff;




More information about the dev mailing list