From 429d9187d105883f809576a6f93513b4ae150580 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 24 Sep 2020 15:36:43 -0400 Subject: [PATCH] action-executor: missing include of internal event-rule 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: If541bb203f1d851750ee485fe9bd1a12d9963774 --- 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 5459c4b5e..27f0e4723 100644 --- a/src/bin/lttng-sessiond/action-executor.c +++ b/src/bin/lttng-sessiond/action-executor.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include -- 2.34.1