summaryrefslogtreecommitdiff
path: root/lib/zebra.h
diff options
context:
space:
mode:
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>