mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fix the build for windows
Problem introduced in caf6150
. Thanks to @drak for noticing. Fixes #4473.
This commit is contained in:
parent
4252f2928b
commit
afe380ef0f
@ -7,10 +7,6 @@
|
||||
#include "bitcoin-config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INET_PTON
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GETADDRINFO_A
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
@ -23,6 +19,9 @@
|
||||
#include "util.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#if HAVE_INET_PTON
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user