diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-24 23:45:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-24 23:50:44 +0200 |
commit | 48d9feabd967f28bff8e73475f700f2ab009c4bc (patch) | |
tree | 9e035c323f6986d11b3a65181627d295da3ddb06 /icc | |
parent | f4eb51fc238a427f148b0dde253570f4030bddf0 (diff) |
Need <string.h> for the mem* functions on Android
Diffstat (limited to 'icc')
-rw-r--r-- | icc/SampleICC-1.3.2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch index cb65c423d7b0..e150a95cf196 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); |