]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: add include file
authorMark Stapp <mjs@cisco.com>
Tue, 22 Oct 2024 22:56:11 +0000 (15:56 -0700)
committerMark Stapp <mjs@cisco.com>
Mon, 28 Oct 2024 18:54:06 +0000 (14:54 -0400)
Add an include to an isis header so it's self-contained.

Signed-off-by: Mark Stapp <mjs@cisco.com>
isisd/isis_route.h

index 4d49a5ae9cf5bdd94706488b53727c7969ede51e..d9572336af5d062f5ff2a78c2ac3a33e9829d832 100644 (file)
@@ -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 {