diff options
author | paul <paul> | 2003-05-20 02:37:39 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-20 02:37:39 +0000 |
commit | 1deb0a565bf2a711048ddb90fec1bb01d3ea5a3b (patch) | |
tree | 20fab88f3a91f08ab99fbd4b137d3042cc2c7c11 /lib/zebra.h | |
parent | e368a3755e5e45796039e3302c213073a4099b94 (diff) | |
download | quagga-1deb0a565bf2a711048ddb90fec1bb01d3ea5a3b.tar.bz2 quagga-1deb0a565bf2a711048ddb90fec1bb01d3ea5a3b.tar.xz |
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.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> |