mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Make sure sys/socket.h is included before netinet/in.h (required by
OpenWatcom C, and condoned by SUS)
This commit is contained in:
parent
b062212e55
commit
16a153468d
@ -50,6 +50,7 @@
|
||||
#if defined(WIN32) && !defined(WATT32)
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
|
Loading…
Reference in New Issue
Block a user