[Libreoffice-commits] .: icc/SampleICC-1.3.2.patch
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Nov 24 13:51:05 PST 2011
icc/SampleICC-1.3.2.patch | 10 ++++++++++
1 file changed, 10 insertions(+)
New commits:
commit 48d9feabd967f28bff8e73475f700f2ab009c4bc
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Thu Nov 24 23:45:00 2011 +0200
Need <string.h> for the mem* functions on Android
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch
index cb65c42..e150a95 100644
--- a/icc/SampleICC-1.3.2.patch
+++ b/icc/SampleICC-1.3.2.patch
@@ -5157,3 +5157,13 @@
#ifdef WIN32
typedef unsigned short mode_t;
+--- misc/SampleICC-1.3.2/IccProfLib/md5.cpp
++++ misc/build/SampleICC-1.3.2/IccProfLib/md5.cpp
+@@ -26,6 +26,7 @@
+
+ #include "md5.h"
+ #include <memory.h>
++#include <string.h>
+
+ static void MD5Transform (UINT4 [4], unsigned char [64]);
+ static void Encode (unsigned char *, UINT4 *, unsigned int);
More information about the Libreoffice-commits
mailing list