mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 21:37:08 +00:00
Merge pull request #5126 from qlyoung/fix-grpc-build
lib: fix gRPC northbound plugin build
This commit is contained in:
commit
d00d0f9634
@ -18,6 +18,8 @@
|
||||
//
|
||||
|
||||
#include <zebra.h>
|
||||
#include <grpcpp/grpcpp.h>
|
||||
#include "grpc/frr-northbound.grpc.pb.h"
|
||||
|
||||
#include "log.h"
|
||||
#include "libfrr.h"
|
||||
@ -32,9 +34,6 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include <grpcpp/grpcpp.h>
|
||||
#include "grpc/frr-northbound.grpc.pb.h"
|
||||
|
||||
#define GRPC_DEFAULT_PORT 50051
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user