summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/ext
diff options
context:
space:
mode:
authorAlexander Gorrod <alexander.gorrod@mongodb.com>2015-06-09 18:47:35 +0000
committerAlexander Gorrod <alexander.gorrod@mongodb.com>2015-06-09 18:47:35 +0000
commitc8310411be00fc1046fcd2472bbb55a5e82cf84e (patch)
tree88f9f4f8b3347121653e4e09455d2d40cef6e5bc /src/third_party/wiredtiger/ext
parent37536d44ad39ccf97c217e129967264b48e3fbe8 (diff)
downloadmongo-c8310411be00fc1046fcd2472bbb55a5e82cf84e.tar.gz
Import wiredtiger-wiredtiger-2.6.1-59-g1d2fe8a.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/ext')
-rw-r--r--src/third_party/wiredtiger/ext/compressors/lz4/lz4_compress.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/ext/compressors/lz4/lz4_compress.c b/src/third_party/wiredtiger/ext/compressors/lz4/lz4_compress.c
index 0906e1d131d..125aaa11db3 100644
--- a/src/third_party/wiredtiger/ext/compressors/lz4/lz4_compress.c
+++ b/src/third_party/wiredtiger/ext/compressors/lz4/lz4_compress.c
@@ -39,6 +39,9 @@
* is being built into the WiredTiger library.
*/
#include "wiredtiger_config.h"
+#ifdef _MSC_VER
+#define inline __inline
+#endif
/* Local compressor structure. */
typedef struct {