mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
warnless: header inclusion fix
This commit is contained in:
parent
f461c6e61d
commit
7dd449d843
@ -22,6 +22,20 @@
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(__unix__)
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
# include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
#ifdef HAVE_ARPA_INET_H
|
||||
# include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#endif /* __INTEL_COMPILER && __unix__ */
|
||||
|
||||
#define BUILDING_WARNLESS_C 1
|
||||
|
||||
#include "warnless.h"
|
||||
|
Loading…
Reference in New Issue
Block a user