From 7e022f85f59cec314f2aa1493667b23216a6e494 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 11 Feb 2016 14:39:22 -0800 Subject: [PATCH] groupcachepb: add syntax declaration to proto file Required for Google's internal build system. Change-Id: I7cc7b1ffab9f4405715eeb675df3bf3bea85f107 --- groupcachepb/groupcache.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groupcachepb/groupcache.proto b/groupcachepb/groupcache.proto index 153e851..b5bdff9 100644 --- a/groupcachepb/groupcache.proto +++ b/groupcachepb/groupcache.proto @@ -14,6 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. */ +syntax = "proto2"; + package groupcachepb; message GetRequest {