]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes build on some old systems.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 11:21:13 +0000 (13:21 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 11:21:13 +0000 (13:21 +0200)
sysdep/linux/sysio.h

index 56c3387d145c83bd0631e1381e70e0a36c0f5c24..dc8073926147606f5c391c0bb1ae8c6b407a803e 100644 (file)
@@ -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 */