Skip to content
Snippets Groups Projects
Commit f1ab4143 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-08-17 12:04:16 by simonm]

include netinet/tcp.h if available.
parent 931242f9
No related merge requests found
......@@ -19,6 +19,9 @@
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif
#if TIME_WITH_SYS_TIME
# include <sys/time.h>
# include <time.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment