projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15365f
)
datapath: Include linux/version.h in action.h for LINUX_VERSION
author
Simon Horman
<horms@verge.net.au>
Mon, 30 Aug 2010 07:33:17 +0000
(16:33 +0900)
committer
Jesse 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
patch
|
blob
|
history
diff --git
a/datapath/actions.h
b/datapath/actions.h
index e4fc397494545ed125b764b9dad0c9fdb67b4f07..da4f4bf77e1a792157e8ad8159f6001850c81120 100644
(file)
--- 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;