diff options
Diffstat (limited to '3rdparty/lzma/C/7zFile.h')
-rw-r--r-- | 3rdparty/lzma/C/7zFile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/lzma/C/7zFile.h b/3rdparty/lzma/C/7zFile.h index 84538c03fd2..658987ed51a 100644 --- a/3rdparty/lzma/C/7zFile.h +++ b/3rdparty/lzma/C/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 |