Sophie

Sophie

distrib > * > 2008.0 > x86_64 > media > main-updates-src > by-pkgid > 00b6b2c00fdb523f0c49baf2184a86e9 > files > 5

lzma-4.43-17.1mdv2008.0.src.rpm

--- lzma-4.32.0beta3/src/sdk/Common/Types.h~	2007-05-31 16:40:42.158205520 +0200
+++ lzma-4.32.0beta3/src/sdk/Common/Types.h	2007-05-31 17:22:13.745737867 +0200
@@ -3,6 +3,10 @@
 #ifndef __COMMON_TYPES_H
 #define __COMMON_TYPES_H
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #ifndef _7ZIP_BYTE_DEFINED
 #define _7ZIP_BYTE_DEFINED
 typedef unsigned char Byte;
--- lzma-4.32.0beta3/src/sdk/Common/MyWindows.h~	2007-05-31 16:40:42.151206784 +0200
+++ lzma-4.32.0beta3/src/sdk/Common/MyWindows.h	2007-05-31 17:21:07.398761868 +0200
@@ -19,6 +19,7 @@
 #define STRING_PATH_SEPARATOR "/"
 #define WSTRING_PATH_SEPARATOR L"/"
 
+#include <config.h>
 #include <stddef.h> // for wchar_t
 #include <string.h>