Add winsock2 headers for curl's use of select() on sockets
This commit is contained in:
parent
b1e0bde529
commit
37531f6f1e
@ -25,7 +25,13 @@
|
|||||||
#include "icy_metadata.h"
|
#include "icy_metadata.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <sys/select.h>
|
|
||||||
|
#if defined(WIN32)
|
||||||
|
#include <winsock2.h>
|
||||||
|
#else
|
||||||
|
#include <sys/select.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user