mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
fix build on mac os 10.9
This commit is contained in:
parent
5456daa010
commit
681ea6c40b
@ -38,6 +38,6 @@ char *Curl_strcasestr(const char *haystack, const char *needle);
|
|||||||
#ifndef HAVE_STRLCAT
|
#ifndef HAVE_STRLCAT
|
||||||
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
|
#define strlcat(x,y,z) Curl_strlcat(x,y,z)
|
||||||
#endif
|
#endif
|
||||||
size_t strlcat(char *dst, const char *src, size_t siz);
|
//size_t strlcat(char *dst, const char *src, size_t siz);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user