diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-11-17 16:42:52 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 20:26:57 +0200 |
commit | 8c2dda67a100237bc6cdb3b814012079be2b3534 (patch) | |
tree | a06b0d21e45b233fbb386af067067a2a023ecff5 /generator/proto/plugin.proto | |
parent | 58b3a22d6d66c485bfd7c571c528e4c6d3619cb2 (diff) |
Add descriptor.proto to repository to avoid messing with protoc include path.
Diffstat (limited to 'generator/proto/plugin.proto')
-rw-r--r-- | generator/proto/plugin.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |