From: Jérémie Galarneau Date: Tue, 10 Mar 2015 14:40:17 +0000 (-0400) Subject: Fix: Missing stdint.h in stream-class.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=48d711a204f69520bbb7b0f2e69623a6fa7e0744;p=deliverable%2Fbabeltrace.git Fix: Missing stdint.h in stream-class.h Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/stream-class.h b/include/babeltrace/ctf-ir/stream-class.h index c275b025f..d7089ccb9 100644 --- a/include/babeltrace/ctf-ir/stream-class.h +++ b/include/babeltrace/ctf-ir/stream-class.h @@ -30,6 +30,8 @@ * http://www.efficios.com/ctf */ +#include + #ifdef __cplusplus extern "C" { #endif