Commit 35399407 authored by Gordon McShane's avatar Gordon McShane Committed by Harris Hancock

Exclude <sys/mman.h> on Windows

parent 039a2f6a
......@@ -28,7 +28,9 @@
#include <exception>
#include <new>
#include <signal.h>
#ifndef _WIN32
#include <sys/mman.h>
#endif
#include "io.h"
#if (__linux__ && !__ANDROID__) || __APPLE__
......
......@@ -26,7 +26,9 @@
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#ifndef _WIN32
#include <sys/mman.h>
#endif
namespace kj {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment