mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +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
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user