Merge pull request #5126 from qlyoung/fix-grpc-build

lib: fix gRPC northbound plugin build
This commit is contained in:
Renato Westphal 2019-10-09 16:43:33 -03:00 committed by GitHub
commit d00d0f9634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
/*