summaryrefslogtreecommitdiff
path: root/upb/pb/encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/encoder.c')
-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