summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/windows/windows_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/windows/windows_shim.h')
-rw-r--r--src/third_party/wiredtiger/test/windows/windows_shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/windows/windows_shim.h b/src/third_party/wiredtiger/test/windows/windows_shim.h
index f32edce88e7..a6050e92bca 100644
--- a/src/third_party/wiredtiger/test/windows/windows_shim.h
+++ b/src/third_party/wiredtiger/test/windows/windows_shim.h
@@ -30,6 +30,7 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
+#include <errno.h>
#include <stdint.h>
#include <direct.h>
#include <io.h>
@@ -109,6 +110,7 @@ int pthread_rwlock_init(pthread_rwlock_t *,
const pthread_rwlockattr_t *);
int pthread_rwlock_rdlock(pthread_rwlock_t *);
int pthread_rwlock_unlock(pthread_rwlock_t *);
+int pthread_rwlock_trywrlock(pthread_rwlock_t *);
int pthread_rwlock_wrlock(pthread_rwlock_t *);
int pthread_create(pthread_t *, const pthread_attr_t *,