From 00236b16cb4d52254d230a60cfadb5dd96b2193e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 7 Jul 2012 22:06:13 +1000 Subject: [PATCH] Fix Types.h missing which breaks typedefs on macosx. --- lzma/C/MyGuidDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lzma/C/MyGuidDef.h b/lzma/C/MyGuidDef.h index 1963217..5497c37 100644 --- a/lzma/C/MyGuidDef.h +++ b/lzma/C/MyGuidDef.h @@ -3,7 +3,7 @@ #ifndef GUID_DEFINED #define GUID_DEFINED -// #include "Types.h" +#include "Types.h" typedef int HRes; // from Types.h typedef struct {