Chromium Code Reviews| Index: third_party/lzma_sdk/7zFile.h |
| diff --git a/third_party/lzma_sdk/7zFile.h b/third_party/lzma_sdk/7zFile.h |
| index 84538c03fd28b0aea7d1c3235a078da950cbf28f..658987ed51a73f14cb10a3f202555ddc4ecff5e3 100644 |
| --- a/third_party/lzma_sdk/7zFile.h |
| +++ b/third_party/lzma_sdk/7zFile.h |
| @@ -1,5 +1,5 @@ |
| /* 7zFile.h -- File IO |
| -2009-11-24 : Igor Pavlov : Public domain */ |
| +2013-01-18 : Igor Pavlov : Public domain */ |
| #ifndef __7Z_FILE_H |
| #define __7Z_FILE_H |
| @@ -14,7 +14,7 @@ |
| #include <stdio.h> |
| #endif |
| -#include "Types.h" |
| +#include "7zTypes.h" |
| EXTERN_C_BEGIN |