summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-08-01 23:16:21 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-08-01 23:16:21 -0700
commit3149d2b372ddffb91c2c6ee54fcf17a481a7570c (patch)
tree7c8cbc6f42c78717c6854109bf0a9dd17d3a08bb /tests
parent62dbeee8f69902b87ef11d13cef54ae261d74e6f (diff)
Added a proper prototype for upb_serialize.
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 442e357..497910f 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -4,10 +4,11 @@
#include <stdio.h>
#include <stdlib.h>
#include "descriptor.c"
-#include "upb_enum.c"
-#include "upb_parse.c"
#include "upb_context.c"
+#include "upb_enum.c"
#include "upb_msg.c"
+#include "upb_parse.c"
+#include "upb_serialize.c"
#include "upb_table.c"
#include "upb_text.c"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback