From: Martin Mares Date: Thu, 1 Apr 1999 15:35:15 +0000 (+0000) Subject: Portability fixes. X-Git-Tag: v1.2.0~1633 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4241f24f2ebc796a9cfb03db2a9502f5ebd9c0c;p=thirdparty%2Fbird.git Portability fixes. --- diff --git a/sysdep/unix/krt-set.c b/sysdep/unix/krt-set.c index ca00a2cdd..5a5d0d8f9 100644 --- a/sysdep/unix/krt-set.c +++ b/sysdep/unix/krt-set.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include @@ -45,7 +46,7 @@ static void krt_ioctl(int ioc, rte *e, char *name) { net *net = e->net; - struct rtentry re; + struct ortentry re; rta *a = e->attrs; bzero(&re, sizeof(re));