summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2016-05-03 13:16:59 +1000
committerDavid Hows <howsdav@gmail.com>2016-05-27 11:49:07 +1000
commit3d1284ff84df16c1efa6641111858443b6d42b75 (patch)
treec51a72c4fd3c423fc5701af81b25a00df77463d8
parent3b867230b4c525abb369ab9ed343306e407e55c1 (diff)
downloadmongo-3d1284ff84df16c1efa6641111858443b6d42b75.tar.gz
SERVER-23982 - Add stdbool.h to WiredTiger SConscript
(cherry picked from commit 6b3bc95404ff8a47fc340497f60edfb1b386631c)
-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 b0d48b3d737..c21696c9756 100644
--- a/src/third_party/wiredtiger/SConscript
+++ b/src/third_party/wiredtiger/SConscript
@@ -91,6 +91,7 @@ wiredtiger_includes = """
#include <inttypes.h>
#endif
#include <stdarg.h>
+ #include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
"""