Add missing include of unistd.h
[babeltrace.git] / lib / ctf-ir / stream.c
index ce3936da98a8776380a62da025ddad367ba8b825..fa1122e30b40f78c284a6106594309c822f9e8c4 100644 (file)
@@ -48,6 +48,7 @@
 #include <babeltrace/compiler-internal.h>
 #include <babeltrace/align-internal.h>
 #include <inttypes.h>
+#include <unistd.h>
 
 static
 void bt_ctf_stream_destroy(struct bt_object *obj);
This page took 0.023523 seconds and 4 git commands to generate.