From: Simon Horman Date: Thu, 19 Apr 2012 07:38:20 +0000 (+0900) Subject: datapath: Include linux/completion.h X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9975b29e6143ea281f3c6123d5d56acaee79f9f;p=openvswitch 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 66c7f942..c963489c 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"