From 93ac2c445f462912a4060d8343755c6de130ce8e Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 23 Sep 2020 16:14:17 -0400 Subject: [PATCH] sessiond: notification-thread: Missing domain internal 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: I0fbd0cd8bd688b1983430c9036351ca501f5abd7 --- src/bin/lttng-sessiond/notification-thread-events.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 257fe1c73..fe3975dfe 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include #include #include -- 2.34.1