mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Andrs Garca-fix to make it build with mingw
This commit is contained in:
parent
bab9f532f2
commit
8cbfe5d24a
@ -48,7 +48,9 @@
|
|||||||
/* This define is "almost" required to build on HPUX 11 */
|
/* This define is "almost" required to build on HPUX 11 */
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_NETDB_H
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "getpart.h"
|
#include "getpart.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user