From: Jonathan Rajotte Date: Thu, 24 Sep 2020 19:36:43 +0000 (-0400) Subject: action-executor: missing include of internal event-rule header X-Git-Tag: v2.13.0-rc1~411 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=429d9187d105883f809576a6f93513b4ae150580 action-executor: missing include of internal event-rule header Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: If541bb203f1d851750ee485fe9bd1a12d9963774 --- 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