datapath: Include linux/completion.h
authorSimon Horman <horms@verge.net.au>
Thu, 19 Apr 2012 07:38:20 +0000 (16:38 +0900)
committerJesse Gross <jesse@nicira.com>
Thu, 19 Apr 2012 15:23:29 +0000 (08:23 -0700)
This is needed for compilation against Linux 2.6.19

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/genl_exec.c

index 66c7f94..c963489 100644 (file)
@@ -19,6 +19,7 @@
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
 #include <linux/version.h>
+#include <linux/completion.h>
 #include <net/genetlink.h>
 #include "genl_exec.h"