unix stuff

This commit is contained in:
Rick V 2019-04-10 03:49:20 -05:00
parent 9f3ba8d9e0
commit 3150791c5a
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
1 changed files with 5 additions and 0 deletions

View File

@ -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)