From: Michael Jeanson Date: Thu, 1 Jun 2017 22:31:48 +0000 (-0400) Subject: Add missing include of unistd.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=95076212ec1998c0d352eddf1e9f4ddae71e494f;p=deliverable%2Fbabeltrace.git Add missing include of unistd.h Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/lib/ctf-ir/stream.c b/lib/ctf-ir/stream.c index ce3936da9..fa1122e30 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);