summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-07-19 11:31:57 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-07-19 11:31:57 -0700
commit92b4c38fa5f137cbcf835ad359bed8711c1c9c51 (patch)
treeb460877a34ff722b1bf0f5742ef5e893e8884b49 /upb/upb.h
parentdaf36f07473b627ef634f8f66379a45ac99d32fc (diff)
Added comment about how to disassemble JIT output.
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/upb.h b/upb/upb.h
index 153057d..0c49597 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -14,6 +14,7 @@
#include <stdint.h>
#include <stdio.h> // only for size_t.
#include <assert.h>
+#include <stdarg.h>
#include "descriptor_const.h"
#include "atomic.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback