mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 14:46:57 +00:00
lib: add stream.h, vty.h, zebra.h to plist.h
Since `afi_t` and `struct vty` are used in plist.h, the appropriate headers for them should be included. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
5f413b1473
commit
fd995a99e4
@ -27,7 +27,6 @@
|
||||
#include "plist.h"
|
||||
#include "sockunion.h"
|
||||
#include "buffer.h"
|
||||
#include "stream.h"
|
||||
#include "log.h"
|
||||
#include "routemap.h"
|
||||
#include "lib/json.h"
|
||||
|
@ -23,6 +23,11 @@
|
||||
#ifndef _QUAGGA_PLIST_H
|
||||
#define _QUAGGA_PLIST_H
|
||||
|
||||
#include <zebra.h>
|
||||
|
||||
#include "stream.h"
|
||||
#include "vty.h"
|
||||
|
||||
enum prefix_list_type
|
||||
{
|
||||
PREFIX_DENY,
|
||||
|
Loading…
Reference in New Issue
Block a user