diff options
-rw-r--r-- | lib/zebra.h | 4 |
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> |