Skip to content

Commit

Permalink
qpb: Add missing #include nexthop.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cscarpitta committed Feb 9, 2024
1 parent 75d3e43 commit 6d1c04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qpb/qpb.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#ifndef _QPB_H
#define _QPB_H

#include "nexthop.h"
#include "prefix.h"

#include "qpb/qpb.pb-c.h"
Expand Down

0 comments on commit 6d1c04f

Please sign in to comment.