Create the sys/mman.h portability header
[folly.git] / folly / detail / AtomicUnorderedMapUtils.h
index f5737972481395f85f5791ca7abcb5f9d30e4f8d..4142ade82ff7675983c7ea91a7bec8d7de4ef1b4 100644 (file)
@@ -2,9 +2,10 @@
 
 #include <atomic>
 #include <stdint.h>
-#include <sys/mman.h>
 #include <unistd.h>
 
+#include <folly/portability/SysMman.h>
+
 namespace folly { namespace detail {
 
 class MMapAlloc {