diff options
author | Gisle Vanem <gisle.vanem@gmail.com> | 2018-10-22 10:33:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-26 00:04:02 +0200 |
commit | 639d052e4499c663a578d940713e40cd466268fa (patch) | |
tree | f0211251124110c34e5ab50d810e59cbd19044d5 /scripts | |
parent | 25d287d1e5b89c276baa1676afcc8c3297e6e309 (diff) |
rtmp: fix for compiling with lwIP
Compiling on _WIN32 and with USE_LWIPSOCK, causes this error:
curl_rtmp.c(223,3): error: use of undeclared identifier 'setsockopt'
setsockopt(r->m_sb.sb_socket, SOL_SOCKET, SO_RCVTIMEO,
^
curl_rtmp.c(41,32): note: expanded from macro 'setsockopt'
#define setsockopt(a,b,c,d,e) (setsockopt)(a,b,c,(const char *)d,(int)e)
^
Closes #3155
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions