Port: Add mman.h compat for mingw
[babeltrace.git] / plugins / ctf / fs-src / data-stream-file.c
index 94f2b9b3edfb1c563eaeb4d35801a71b5cd2cf89..4d264203aee2178b5448023546310975d84fed93 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdbool.h>
 #include <glib.h>
 #include <inttypes.h>
-#include <sys/mman.h>
+#include <babeltrace/compat/mman-internal.h>
 #include <babeltrace/ctf-ir/stream.h>
 #include <babeltrace/graph/notification-iterator.h>
 #include <babeltrace/graph/notification-stream.h>
This page took 0.023189 seconds and 4 git commands to generate.