summaryrefslogtreecommitdiffstats
path: root/qpb/qpb.h
diff options
context:
space:
mode:
authorCarmine Scarpitta <cscarpit@cisco.com>2024-02-10 00:44:50 +0100
committerCarmine Scarpitta <cscarpit@cisco.com>2024-02-10 00:44:50 +0100
commit6d1c04f4d0f4b218beb45e9efc1a1fcd823b964f (patch)
treeddea0443d9a13e2d9e73aafa14ae44a276a9d228 /qpb/qpb.h
parentMerge pull request #15327 from routingrocks/pim_evpn_traffic_loss (diff)
downloadfrr-6d1c04f4d0f4b218beb45e9efc1a1fcd823b964f.tar.xz
frr-6d1c04f4d0f4b218beb45e9efc1a1fcd823b964f.zip
qpb: Add missing `#include nexthop.h`
In `qpb.h` we have a bunch of functions that make use of `union g_addr`. `union g_addr` is defined in `nexthop.h`, which actually is NOT included in `qpb.h`. Let's add the missing `#include nexthop.h`. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to '')
-rw-r--r--qpb/qpb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpb/qpb.h b/qpb/qpb.h
index d52528f41..280461447 100644
--- a/qpb/qpb.h
+++ b/qpb/qpb.h
@@ -14,6 +14,7 @@
#ifndef _QPB_H
#define _QPB_H
+#include "nexthop.h"
#include "prefix.h"
#include "qpb/qpb.pb-c.h"