mirror of
https://github.com/moparisthebest/curl
synced 2024-12-26 10:08:48 -05: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