fix build on mac os 10.9

This commit is contained in:
wavecb 2013-11-12 13:42:56 +08:00 committed by Seven Du
parent 5456daa010
commit 681ea6c40b
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ char *Curl_strcasestr(const char *haystack, const char *needle);
#ifndef HAVE_STRLCAT
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
#endif
size_t strlcat(char *dst, const char *src, size_t siz);
//size_t strlcat(char *dst, const char *src, size_t siz);
#endif