From ed4bd02eb90af71032efcc0fb15f04b3c7d54ce3 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 10 Feb 2014 17:21:14 -0500 Subject: [PATCH] Fix: add missing urcu wfqueue headers in relayd Signed-off-by: David Goulet --- src/bin/lttng-relayd/connection.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/lttng-relayd/connection.h b/src/bin/lttng-relayd/connection.h index 931169ec0..eeb1d545b 100644 --- a/src/bin/lttng-relayd/connection.h +++ b/src/bin/lttng-relayd/connection.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include -- 2.34.1