]> git.proxmox.com Git - mirror_frr.git/commitdiff
lib: table.h needs to include prefix.h
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sun, 22 Apr 2018 21:06:00 +0000 (17:06 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 23 Apr 2018 02:50:24 +0000 (22:50 -0400)
For the last six years this source file has been using a type defined in
a header it did not include.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/table.h

index 9637fec1499ccb2e07a916cbab5e870adeaf0ded..a9d788b35a07d6970554a7e365ac43668afc0e28 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "memory.h"
 #include "hash.h"
+#include "prefix.h"
 DECLARE_MTYPE(ROUTE_TABLE)
 DECLARE_MTYPE(ROUTE_NODE)