forked from Mirror/frr
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 <zebra.h>
|
||||||
|
#include <grpcpp/grpcpp.h>
|
||||||
|
#include "grpc/frr-northbound.grpc.pb.h"
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
|
@ -32,9 +34,6 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <grpcpp/grpcpp.h>
|
|
||||||
#include "grpc/frr-northbound.grpc.pb.h"
|
|
||||||
|
|
||||||
#define GRPC_DEFAULT_PORT 50051
|
#define GRPC_DEFAULT_PORT 50051
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue