1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-23 11:36:09 +00:00

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

@ -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