summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wt_internal.h')
-rw-r--r--src/include/wt_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/wt_internal.h b/src/include/wt_internal.h
index dae91144883..4fdbd5e30bb 100644
--- a/src/include/wt_internal.h
+++ b/src/include/wt_internal.h
@@ -31,6 +31,9 @@ extern "C" {
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
+#ifdef _WIN32
+#include <io.h>
+#endif
#include <limits.h>
#ifndef _WIN32
#include <pthread.h>