check for netinet/tcp.h precense before actually including it
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#endif
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_TCP_H
|
||||
#include <netinet/tcp.h> /* for TCP_NODELAY */
|
||||
#endif
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
Reference in New Issue
Block a user