diff --git a/lnrpc/gen_protos.sh b/lnrpc/gen_protos.sh index acd5d8134..c6bddea6d 100755 --- a/lnrpc/gen_protos.sh +++ b/lnrpc/gen_protos.sh @@ -28,6 +28,7 @@ do echo "Generating protos from ${file}, into ${DIRECTORY}" protoc -I/usr/local/include -I.\ + -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis \ --go_out=plugins=grpc,paths=source_relative:. \ ${file} done