Merge pull request #15354 from cscarpitta/fix/fpm-pb-add-missing-include

qpb: Add missing `#include nexthop.h`
This commit is contained in:
Donald Sharp 2024-02-10 20:52:47 -05:00 committed by GitHub
commit 8aeb63634d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
#ifndef _QPB_H
#define _QPB_H
#include "nexthop.h"
#include "prefix.h"
#include "qpb/qpb.pb-c.h"