summaryrefslogtreecommitdiff
path: root/src/upb_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_decoder.c')
-rw-r--r--src/upb_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder.c b/src/upb_decoder.c
index 0ce18e7..d952954 100644
--- a/src/upb_decoder.c
+++ b/src/upb_decoder.c
@@ -9,7 +9,7 @@
#include <stddef.h>
#include <stdlib.h>
#include "upb_decoder.h"
-#include "upb_varint_decoder.h"
+#include "upb_varint.h"
#ifdef UPB_USE_JIT_X64
#define Dst_DECL upb_decoder *d
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback