From: paul Date: Tue, 20 May 2003 02:37:39 +0000 (+0000) Subject: Undo revision 1.3, revert back to zebra_org 1.1.1.2. X-Git-Tag: frr-2.0-rc1~4059 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ba965c6c45865fee03410c1b75ef254e4d7e3ceb;p=matthieu%2Ffrr.git Undo revision 1.3, revert back to zebra_org 1.1.1.2. asm/types.h is required for netlink. Later glibc's seem to have resolved the warning. --- diff --git a/lib/zebra.h b/lib/zebra.h index c3e412846f..a34f5d4af4 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -85,6 +85,10 @@ typedef int socklen_t; #include #endif /* HAVE_LINUX_VERSION_H */ +#ifdef HAVE_ASM_TYPES_H +#include +#endif /* HAVE_ASM_TYPES_H */ + /* misc include group */ #include #include