summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMark Benvenuto <markbenvenuto@users.noreply.github.com>2016-09-04 20:45:29 -0400
committerAlex Gorrod <alexander.gorrod@mongodb.com>2016-09-05 10:45:29 +1000
commitb3a2c4b5aa073b913d554d0b29b731debbbcb289 (patch)
tree10d52e8e9873203a486cb215c5c682e784dbdf70 /src/include
parent8af2972350d36276f101c49df37385e0c5c7624f (diff)
downloadmongo-b3a2c4b5aa073b913d554d0b29b731debbbcb289.tar.gz
WT-2555 Make test/Format and csuite run on Windows (#3011)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/wt_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index 99180896611..4e6699ab9d1 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -24,7 +24,9 @@ extern "C" {
*******************************************/
#ifndef _WIN32
#include <sys/mman.h>
+#endif
#include <sys/stat.h>
+#ifndef _WIN32
#include <sys/time.h>
#include <sys/uio.h>
#endif