summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 0712a87..e354ef4 100644
--- a/syshead.h
+++ b/syshead.h
@@ -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