From 8c2dda67a100237bc6cdb3b814012079be2b3534 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 16:42:52 +0200 Subject: Add descriptor.proto to repository to avoid messing with protoc include path. --- generator/proto/plugin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generator/proto/plugin.proto') diff --git a/generator/proto/plugin.proto b/generator/proto/plugin.proto index 651ed10..d8b515e 100644 --- a/generator/proto/plugin.proto +++ b/generator/proto/plugin.proto @@ -46,7 +46,7 @@ package google.protobuf.compiler; -import "google/protobuf/descriptor.proto"; +import "descriptor.proto"; // An encoded CodeGeneratorRequest is written to the plugin's stdin. message CodeGeneratorRequest { -- cgit 1.2.3-korg