]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Undo revision 1.3, revert back to zebra_org 1.1.1.2.
authorpaul <paul>
Tue, 20 May 2003 02:37:39 +0000 (02:37 +0000)
committerpaul <paul>
Tue, 20 May 2003 02:37:39 +0000 (02:37 +0000)
asm/types.h is required for netlink.
Later glibc's seem to have resolved the warning.

lib/zebra.h

index c3e412846fcd184f5d73a0dd18b23b8ca2a37e0e..a34f5d4af4aee2dde05a7beef1f3e6c161c48fa5 100644 (file)
@@ -85,6 +85,10 @@ typedef int socklen_t;
 #include <linux/version.h>
 #endif /* HAVE_LINUX_VERSION_H */
 
+#ifdef HAVE_ASM_TYPES_H
+#include <asm/types.h>
+#endif /* HAVE_ASM_TYPES_H */
+
 /* misc include group */
 #include <stdarg.h>
 #include <assert.h>