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.
This commit is contained in:
paul 2003-05-20 02:37:39 +00:00
parent 33b7294820
commit ba965c6c45

View 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>