summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorpaul <paul>2003-05-20 02:37:39 +0000
committerpaul <paul>2003-05-20 02:37:39 +0000
commitba965c6c45865fee03410c1b75ef254e4d7e3ceb (patch)
treedda1a5ff3f56d76214a76c9f0f13b206f1dd9a17 /lib/zebra.h
parent33b72948209fee3ba217f7495fc1d12bb2ff187a (diff)
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.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index c3e41284..a34f5d4a 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -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>