summaryrefslogtreecommitdiff
path: root/test/huge
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2014-10-16 18:59:40 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2014-10-16 19:58:17 -0400
commit6828f17265878e40b40e2992c1791a0c6806ff8c (patch)
tree8baee85e7218dbad9725fcc8743baf4833298cb8 /test/huge
parent185694d3494ce6817cd854feaff7169fb41dd13d (diff)
downloadmongo-6828f17265878e40b40e2992c1791a0c6806ff8c.tar.gz
Port all examples, most tests, and wtperf to Windows
Added windows_shim to emulate most functions
Diffstat (limited to 'test/huge')
-rw-r--r--test/huge/huge.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/huge/huge.c b/test/huge/huge.c
index 810c70b2606..6ef9755a5a5 100644
--- a/test/huge/huge.c
+++ b/test/huge/huge.c
@@ -29,7 +29,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#ifndef _WIN32
#include <unistd.h>
+#endif
#include <wiredtiger.h>