mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-15 03:33:50 +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 "plist.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "stream.h"
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "routemap.h"
|
#include "routemap.h"
|
||||||
#include "lib/json.h"
|
#include "lib/json.h"
|
||||||
|
@ -23,6 +23,11 @@
|
|||||||
#ifndef _QUAGGA_PLIST_H
|
#ifndef _QUAGGA_PLIST_H
|
||||||
#define _QUAGGA_PLIST_H
|
#define _QUAGGA_PLIST_H
|
||||||
|
|
||||||
|
#include <zebra.h>
|
||||||
|
|
||||||
|
#include "stream.h"
|
||||||
|
#include "vty.h"
|
||||||
|
|
||||||
enum prefix_list_type
|
enum prefix_list_type
|
||||||
{
|
{
|
||||||
PREFIX_DENY,
|
PREFIX_DENY,
|
||||||
|
Loading…
Reference in New Issue
Block a user