AttentionZ / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

Patch for /trunk/src/url_canon.h #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Include string.h instead of memory.h

string.h is more standard and should provide all the needed functions. memory.h 
is not available in newlib, so this fails to build when using the NaCl newlib 
toolchain, which is what we use for the NaCl Integrated Run Time (IRT) in 
Chrome's embedding of NaCl (among other places where newlib is used).

Original issue reported on code.google.com by dmichael@google.com on 11 May 2012 at 9:23

Attachments: