summaryrefslogtreecommitdiff
path: root/src/upb_decoder.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:13:09 -0700
committerJoshua Haberman <jhaberman@gmail.com>2011-05-08 17:13:09 -0700
commiteb622c0531f44b9521606ba8a4ec2462a1018d1a (patch)
treef6c6de6e4b2508626f42268968f9d9078307809b /src/upb_decoder.c
parentf74534b42ac9ac8b0ff496cb0da83f1201bbf8da (diff)
Split upb_stream -> upb_bytestream/upb_handlers.
Diffstat (limited to 'src/upb_decoder.c')
-rw-r--r--src/upb_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb_decoder.c b/src/upb_decoder.c
index a10c0ba..9383474 100644
--- a/src/upb_decoder.c
+++ b/src/upb_decoder.c
@@ -8,6 +8,7 @@
#include <inttypes.h>
#include <stddef.h>
#include <stdlib.h>
+#include "upb_bytestream.h"
#include "upb_decoder.h"
#include "upb_varint.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback