From 88c15363c98ce889416001af05cce3376d29617f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 17 Jun 2013 21:00:03 -0400 Subject: [PATCH] Add mising include in ust.h Signed-off-by: Mathieu Desnoyers --- include/lttng/ust.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/lttng/ust.h b/include/lttng/ust.h index b03cf1cb..2779d7a7 100644 --- a/include/lttng/ust.h +++ b/include/lttng/ust.h @@ -23,6 +23,8 @@ * SOFTWARE. */ +#include + #ifdef __cplusplus extern "C" { #endif -- 2.34.1