From 4eab30f13db9d8b25c752e99d1583628ac2fa422 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 11 Feb 2016 14:59:07 -0800 Subject: [PATCH] testpb: add syntax declaration to proto file Required for Google's internal build system. --- testpb/test.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testpb/test.proto b/testpb/test.proto index 7292dce..b9dc6c9 100644 --- a/testpb/test.proto +++ b/testpb/test.proto @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +syntax = "proto2"; + package testpb; message TestMessage {