mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
6 lines
198 B
C
6 lines
198 B
C
|
/* This fakes the situation where other.proto is not found for some reason
|
||
|
* by making its size indefinite, but then defining it here manually. */
|
||
|
|
||
|
#define SecondOneof_size 5
|
||
|
#include "oneof.pb.h"
|