From: Simon Horman Date: Thu, 19 Apr 2012 07:38:20 +0000 (+0900) Subject: datapath: Include linux/completion.h X-Git-Tag: sliver-openvswitch-0.1-1~71 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b9975b29e6143ea281f3c6123d5d56acaee79f9f;p=sliver-openvswitch.git datapath: Include linux/completion.h This is needed for compilation against Linux 2.6.19 Signed-off-by: Simon Horman Signed-off-by: Jesse Gross --- diff --git a/datapath/genl_exec.c b/datapath/genl_exec.c index 66c7f9429..c963489ce 100644 --- a/datapath/genl_exec.c +++ b/datapath/genl_exec.c @@ -19,6 +19,7 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include +#include #include #include "genl_exec.h"