groupcachepb: add syntax declaration to proto file

Required for Google's internal build system.

Change-Id: I7cc7b1ffab9f4405715eeb675df3bf3bea85f107
This commit is contained in:
Brad Fitzpatrick 2016-02-11 14:39:22 -08:00
parent 42b67f4f14
commit 7e022f85f5

View File

@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
syntax = "proto2";
package groupcachepb;
message GetRequest {