mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
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:
parent
33b7294820
commit
ba965c6c45
@ -85,6 +85,10 @@ typedef int socklen_t;
|
|||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#endif /* HAVE_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 */
|
/* misc include group */
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user