mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
warnless: header inclusion fix
This commit is contained in:
parent
f461c6e61d
commit
7dd449d843
1 changed files with 14 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue