summaryrefslogtreecommitdiff
path: root/tests.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-03 11:50:13 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-03 11:50:13 -0700
commitaecbfe42243ccd06425f021df6fe8d8d65974db7 (patch)
treece93d0c7d342895b1603693309ec44b8fe7d80a8 /tests.c
parent62be5969a14b36e4f3ca336ec57c4627f541a69c (diff)
Moved upb_enum to a proper C file, updated upb_inlinedefs.
Diffstat (limited to 'tests.c')
-rw-r--r--tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.c b/tests.c
index c42ebd9..7bc5dde 100644
--- a/tests.c
+++ b/tests.c
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "descriptor.c"
+#include "upb_enum.c"
#include "upb_parse.c"
#include "upb_context.c"
#include "upb_msg.c"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback