mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-12-07 05:44:51 +00:00
Make sure sys/socket.h is included before netinet/in.h (required by
OpenWatcom C)
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user