From 95076212ec1998c0d352eddf1e9f4ddae71e494f Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 1 Jun 2017 18:31:48 -0400 Subject: [PATCH] Add missing include of unistd.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- lib/ctf-ir/stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ctf-ir/stream.c b/lib/ctf-ir/stream.c index ce3936da..fa1122e3 100644 --- a/lib/ctf-ir/stream.c +++ b/lib/ctf-ir/stream.c @@ -48,6 +48,7 @@ #include #include #include +#include static void bt_ctf_stream_destroy(struct bt_object *obj); -- 2.34.1