Port: Add missing includes for mingw
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 4d264203aee2178b5448023546310975d84fed93..8fdda0a9981763eb2fd0bc9d879d7365d3bb9710 100644 (file)
@@ -30,6 +30,7 @@
 #include <glib.h>
 #include <inttypes.h>
 #include <babeltrace/compat/mman-internal.h>
+#include <babeltrace/endian-internal.h>
 #include <babeltrace/ctf-ir/stream.h>
 #include <babeltrace/graph/notification-iterator.h>
 #include <babeltrace/graph/notification-stream.h>
@@ -40,6 +41,7 @@
 #include "../common/notif-iter/notif-iter.h"
 #include <assert.h>
 #include "data-stream-file.h"
+#include <string.h>
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs-data-stream"
This page took 0.036126 seconds and 4 git commands to generate.