summaryrefslogtreecommitdiff
path: root/src/upb_decoder.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-09 19:25:39 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-09 19:25:39 -0700
commitbe5ddd8a645eaa949a8d500718257fb7cb71cf44 (patch)
tree5858669f1f0d2324dc779f60c01b01f015bb2d74 /src/upb_decoder.h
parent209dce5eb08709bfb5b21e19289b3814619ca6cc (diff)
Tweaks to upb_src/upb_sink interfaces.
Diffstat (limited to 'src/upb_decoder.h')
-rw-r--r--src/upb_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder.h b/src/upb_decoder.h
index d40d9fc..dde61fc 100644
--- a/src/upb_decoder.h
+++ b/src/upb_decoder.h
@@ -19,7 +19,7 @@
#include <stdbool.h>
#include <stdint.h>
#include "upb_def.h"
-#include "upb_srcsink.h"
+#include "upb_stream.h"
#ifdef __cplusplus
extern "C" {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback