Fix: compat: include common/macros.h in mman.h
[babeltrace.git] / src / compat / mman.h
index a9568c6bc99729ddf831a20660ba24777beea2b4..0053e3071cf7dbcdeb8512eddd821a26827b042d 100644 (file)
@@ -10,6 +10,7 @@
 #ifdef __MINGW32__
 
 #include <sys/types.h>
 #ifdef __MINGW32__
 
 #include <sys/types.h>
+#include "common/macros.h"
 
 #define PROT_NONE      0x0
 #define PROT_READ      0x1
 
 #define PROT_NONE      0x0
 #define PROT_READ      0x1
This page took 0.022989 seconds and 4 git commands to generate.