mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:23:38 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue