Logging: standardize logging tags
[babeltrace.git] / src / compat / mman.c
index aa31998004b2418d4015afbcf92c43055ffcb0ee..edc59edabed37025722d231872cf573234221a63 100644 (file)
@@ -26,7 +26,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "COMPAT-MMAN"
+#define BT_LOG_TAG "COMPAT/MMAN"
 #include "logging.h"
 
 #include "common/macros.h"
@@ -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.025123 seconds and 4 git commands to generate.