From 2af3b9c9abd73d1c4332b15d0e2f1d5946ee9dd0 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 23 Sep 2020 16:08:05 -0400 Subject: [PATCH] sessiond: action-executor: Missing notify header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I6d00f41d1560a0fc73127aca1e37cd9e100f20ee --- src/bin/lttng-sessiond/action-executor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng-sessiond/action-executor.c b/src/bin/lttng-sessiond/action-executor.c index 8f8bae406..69bf1f1d3 100644 --- a/src/bin/lttng-sessiond/action-executor.c +++ b/src/bin/lttng-sessiond/action-executor.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include -- 2.34.1