blob: 334299c592035e10104e0445cf7b0f3bc1126a07 [file] [log] [blame]
Alexander Afanasyev7009a6b2013-04-23 13:50:51 -07001--- src/mongo/util/compress.cpp.orig 2013-03-15 13:59:55.000000000 -0500
2+++ src/mongo/util/compress.cpp 2013-03-20 03:48:23.000000000 -0500
3@@ -18,7 +18,7 @@
4
5 #include "mongo/util/compress.h"
6
7-#include "third_party/snappy/snappy.h"
8+#include <snappy.h>
9
10 namespace mongo {
11