From ffc6a64e6ed9f0e433308e0042a68ad6edf5f741 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 12 Mar 2015 20:04:13 -0400 Subject: [PATCH] Fix: Missing stdint.h in stream.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/ctf-ir/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/babeltrace/ctf-ir/stream.h b/include/babeltrace/ctf-ir/stream.h index 6f07cc971..9e61d763b 100644 --- a/include/babeltrace/ctf-ir/stream.h +++ b/include/babeltrace/ctf-ir/stream.h @@ -31,6 +31,7 @@ */ #include +#include #ifdef __cplusplus extern "C" { -- 2.34.1