mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:37:54 +00:00
zebra: add missing includes
This commit is contained in:
parent
87362ceb5d
commit
7dbeea9d4f
@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
|
#include "zebra/zserv.h"
|
||||||
|
|
||||||
extern int interface_lookup_netlink (void);
|
extern int interface_lookup_netlink (void);
|
||||||
|
|
||||||
/* Interface information read by netlink. */
|
/* Interface information read by netlink. */
|
||||||
|
@ -21,6 +21,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
|
#include "zebra/zserv.h"
|
||||||
|
|
||||||
extern void netlink_route_read (void);
|
extern void netlink_route_read (void);
|
||||||
|
|
||||||
void route_read (void)
|
void route_read (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user