summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/wiredtiger/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/SConscript b/src/third_party/wiredtiger/SConscript
index dbff3006239..38be047f56d 100644
--- a/src/third_party/wiredtiger/SConscript
+++ b/src/third_party/wiredtiger/SConscript
@@ -44,6 +44,7 @@ if env.TargetOSIs('windows'):
if get_option('allocator') == 'tcmalloc':
env.InjectThirdPartyIncludePaths(libraries=['gperftools'])
env.Append(CPPDEFINES=['HAVE_LIBTCMALLOC'])
+ env.Append(CPPDEFINES=['HAVE_POSIX_MEMALIGN'])
elif env.TargetOSIs('osx'):
env.Append(CPPPATH=["build_darwin"])
elif env.TargetOSIs('solaris'):