Port: Add mman.h compat for mingw
[babeltrace.git] / plugins / ctf / lttng-live / data-stream.c
index 5669b614e923847a9866d6a93e01e430a6cabbc8..810c93aac20bd5b41af638d49a94af5a89674989 100644 (file)
@@ -31,7 +31,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 "../common/notif-iter/notif-iter.h"
 #include <assert.h>
This page took 0.024005 seconds and 4 git commands to generate.