]> git.puffer.fish Git - mirror/frr.git/commit
qpb: Add missing `#include nexthop.h` 15354/head
authorCarmine Scarpitta <cscarpit@cisco.com>
Fri, 9 Feb 2024 23:44:50 +0000 (00:44 +0100)
committerCarmine Scarpitta <cscarpit@cisco.com>
Fri, 9 Feb 2024 23:44:50 +0000 (00:44 +0100)
commit6d1c04f4d0f4b218beb45e9efc1a1fcd823b964f
treeddea0443d9a13e2d9e73aafa14ae44a276a9d228
parent75d3e4336855c2631f0a7bbecb1548ef8a7a9fb7
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>
qpb/qpb.h