Commit 37531f6f authored by Sean McNamara's avatar Sean McNamara Committed by Max Kellermann

Add winsock2 headers for curl's use of select() on sockets

parent b1e0bde5
......@@ -25,7 +25,13 @@
#include "icy_metadata.h"
#include <assert.h>
#include <sys/select.h>
#if defined(WIN32)
#include <winsock2.h>
#else
#include <sys/select.h>
#endif
#include <string.h>
#include <errno.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment