From b9975b29e6143ea281f3c6123d5d56acaee79f9f Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 19 Apr 2012 16:38:20 +0900 Subject: [PATCH] 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 --- datapath/genl_exec.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.43.0