forked from Mirror/frr
isisd: add include file
Add an include to an isis header so it's self-contained. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
2c5c679e93
commit
971b392cfe
|
@ -12,6 +12,7 @@
|
|||
#ifndef _ZEBRA_ISIS_ROUTE_H
|
||||
#define _ZEBRA_ISIS_ROUTE_H
|
||||
|
||||
#include "lib/table.h"
|
||||
#include "lib/nexthop.h"
|
||||
|
||||
struct isis_nexthop {
|
||||
|
|
Loading…
Reference in a new issue