unix stuff

pull/503/head
Rick V 5 years ago
parent 9f3ba8d9e0
commit 3150791c5a
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -30,6 +30,11 @@
#ifdef _WIN32
#include <windows.h>
#include <wincrypt.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#endif
void free_parsed_url(url_parsed)

Loading…
Cancel
Save