Commit f0ee7115 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andrés García's minor fix to make it compile on win32

parent 5986c653
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@
#include <winsock.h>
#define EINPROGRESS WSAEINPROGRESS
#define EWOULDBLOCK WSAEWOULDBLOCK
#define EISCONN     WSAEISCONN
#endif

#include "urldata.h"