summaryrefslogtreecommitdiff
path: root/sysdep/linux
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-03-31 13:21:13 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-03-31 13:21:13 +0200
commiteb5ea6bdd6fa45f03425ea38b8d1b16fd5ff7469 (patch)
tree2822ab0fe1c825896f61fb902573211f8a7a8495 /sysdep/linux
parent43eb8f610f7796375419dc8d72df7a41c01c82af (diff)
Fixes build on some old systems.
Diffstat (limited to 'sysdep/linux')
-rw-r--r--sysdep/linux/sysio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/linux/sysio.h b/sysdep/linux/sysio.h
index 56c3387d..dc807392 100644
--- a/sysdep/linux/sysio.h
+++ b/sysdep/linux/sysio.h
@@ -122,6 +122,8 @@ sysio_leave_group(sock *s, ip_addr maddr)
#define TCP_MD5SIG 14
#define TCP_MD5SIG_MAXKEYLEN 80
+#include <linux/types.h>
+
struct tcp_md5sig {
struct sockaddr_storage tcpm_addr; /* address associated */
__u16 __tcpm_pad1; /* zero */