From eb00f502592465353a19d555602a4357c43d4403 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 a7d67f59..6438c54f 100644 --- a/include/lttng/ust.h +++ b/include/lttng/ust.h @@ -15,6 +15,8 @@ * all copies or substantial portions of the Software. */ +#include + #ifdef __cplusplus extern "C" { #endif -- 2.34.1