diff options
Diffstat (limited to '')
-rw-r--r-- | syshead.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -181,6 +181,10 @@ #include <linux/errqueue.h> #endif +#ifdef HAVE_NETINET_TCP_H +#include <netinet/tcp.h> +#endif + #endif /* TARGET_LINUX */ #ifdef TARGET_SOLARIS |