Index: third_party/lzma_sdk/7zStream.c |
diff --git a/third_party/lzma_sdk/7zStream.c b/third_party/lzma_sdk/7zStream.c |
index 0ebb7b5f93c1aef344a28b61e392ae1e559502b4..88f9c42b1ddca2b2de9718b65b73a6464d63482e 100644 |
--- a/third_party/lzma_sdk/7zStream.c |
+++ b/third_party/lzma_sdk/7zStream.c |
@@ -1,9 +1,11 @@ |
/* 7zStream.c -- 7z Stream functions |
-2010-03-11 : Igor Pavlov : Public domain */ |
+2013-11-12 : Igor Pavlov : Public domain */ |
+ |
+#include "Precomp.h" |
#include <string.h> |
-#include "Types.h" |
+#include "7zTypes.h" |
SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) |
{ |