summaryrefslogtreecommitdiff
path: root/src/upb_inlinedefs.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-29 13:00:16 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-29 13:00:16 -0700
commitcd3d737d5e14937fb88b80979ab4743a5c3e7fb6 (patch)
treeff865556a4f00c033b5087509d988e4e02ef282b /src/upb_inlinedefs.c
parent60e7933d4cfd8dd98ff2076d9dacd572bc51a5f9 (diff)
Add sketch of deserializing code.
Diffstat (limited to 'src/upb_inlinedefs.c')
-rw-r--r--src/upb_inlinedefs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upb_inlinedefs.c b/src/upb_inlinedefs.c
index 60863c4..dae5c01 100644
--- a/src/upb_inlinedefs.c
+++ b/src/upb_inlinedefs.c
@@ -12,8 +12,12 @@
*/
#define INLINE
+#include "upb_array.h"
#include "upb_context.h"
#include "upb_enum.h"
#include "upb_msg.h"
#include "upb_parse.h"
+#include "upb_serialize.h"
+#include "upb_string.h"
#include "upb_table.h"
+#include "upb_text.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback