1/* This wrapper undefines (u)int64_t */
2
3#ifdef PB_OLD_SYSHDR
4#include PB_OLD_SYSHDR
5#else
6#include <stdint.h>
7#include <stddef.h>
8#include <stdbool.h>
9#include <string.h>
10#endif
11
12#define uint64_t disabled_uint64_t
13#define int64_t disabled_int64_t
14
15