summaryrefslogtreecommitdiff
path: root/src/core/net-internal.h
blob: dd870a1b52150740b3987aa07f719502680bfe47 (plain)
1
2
3
4
5
6
7
8
#ifdef HAVE_SOCKS_H
#include <socks.h>
#endif

#ifndef WIN32
#  include <netdb.h>
#  include <arpa/inet.h>
#endif