summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/windows/windows_shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/windows/windows_shim.c')
-rw-r--r--src/third_party/wiredtiger/test/windows/windows_shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/windows/windows_shim.c b/src/third_party/wiredtiger/test/windows/windows_shim.c
index b562fa97594..21f2a130217 100644
--- a/src/third_party/wiredtiger/test/windows/windows_shim.c
+++ b/src/third_party/wiredtiger/test/windows/windows_shim.c
@@ -52,8 +52,8 @@ usleep(useconds_t useconds)
int
gettimeofday(struct timeval* tp, void* tzp)
{
- uint64_t ns100;
FILETIME time;
+ uint64_t ns100;
tzp = tzp;