fix: Add missing glib include on MINGW
[babeltrace.git] / src / compat / mman.c
index aa31998004b2418d4015afbcf92c43055ffcb0ee..90255c7c7500ebb2764e27c2e9d8ea8bca06ca55 100644 (file)
@@ -43,10 +43,12 @@ int bt_mman_dummy_symbol;
 #ifdef __MINGW32__
 
 #include <errno.h>
+#include <glib.h>
 #include <io.h>
 #include <pthread.h>
 #include <stdlib.h>
 #include <windows.h>
+
 #include "compat/mman.h"
 
 struct mmap_mapping {
This page took 0.02324 seconds and 4 git commands to generate.