summaryrefslogtreecommitdiff
path: root/upb/pb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-19 19:38:03 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-19 19:38:03 -0800
commit04923fc26e1ca9f935fe10fb0de0fa932f7aa8b4 (patch)
tree9527cd53025041b4c05952e44e5ab7c172681af2 /upb/pb
parent8cd3b9dfa99764685727e065e43fb405ca5aa29f (diff)
Some fixes for PHP.
Diffstat (limited to 'upb/pb')
-rw-r--r--upb/pb/encoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/pb/encoder.c b/upb/pb/encoder.c
index 2da34db..5f74010 100644
--- a/upb/pb/encoder.c
+++ b/upb/pb/encoder.c
@@ -433,6 +433,7 @@ T(sint64, int64_t, upb_zzenc_64, encode_varint)
/* code to build the handlers *************************************************/
+#include <stdio.h>
static void newhandlers_callback(const void *closure, upb_handlers *h) {
const upb_msgdef *m;
upb_msg_field_iter i;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback