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:
Quentin Young 2017-03-02 02:02:52 +00:00
parent 5f413b1473
commit fd995a99e4
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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,