From: Simon Horman Date: Mon, 30 Aug 2010 07:33:17 +0000 (+0900) Subject: datapath: Include linux/version.h in action.h for LINUX_VERSION X-Git-Tag: v1.1.0pre1~4 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=33e6617792d122d47f2a2b9cff73f41cf58d45c6 datapath: Include linux/version.h in action.h for LINUX_VERSION Signed-off-by: Simon Horman Signed-off-by: Jesse Gross --- 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 #include +#include struct datapath; struct sk_buff;