diff options
| author | Mark Stapp <mjs@cisco.com> | 2024-10-22 15:56:11 -0700 |
|---|---|---|
| committer | Mark Stapp <mjs@cisco.com> | 2024-10-28 14:54:06 -0400 |
| commit | 971b392cfe054ec5de387a4638109ea8ceaa0d75 (patch) | |
| tree | c91799d4763089e2fa921aad5530f56959d4781a /isisd | |
| parent | 2c5c679e9325aaeec12771727b02961af10b3736 (diff) | |
isisd: add include file
Add an include to an isis header so it's self-contained.
Signed-off-by: Mark Stapp <mjs@cisco.com>
Diffstat (limited to 'isisd')
| -rw-r--r-- | isisd/isis_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_route.h b/isisd/isis_route.h index 4d49a5ae9c..d9572336af 100644 --- a/isisd/isis_route.h +++ b/isisd/isis_route.h @@ -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 { |
