summaryrefslogtreecommitdiff
path: root/upb/pb/compile_decoder_x64.c
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2016-11-29 19:26:23 +0000
committerJosh Haberman <jhaberman@gmail.com>2016-11-29 19:26:23 +0000
commitff99b3f46b2a5b887745d1d396d33802a1c39060 (patch)
treed6f27f43b8549849181a89fad393489bc1ecc64d /upb/pb/compile_decoder_x64.c
parent16ca9309b35ddadd103d1542818ea75f0a567c92 (diff)
Fixed some bugs surfaced by Travis.
Diffstat (limited to 'upb/pb/compile_decoder_x64.c')
-rw-r--r--upb/pb/compile_decoder_x64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/pb/compile_decoder_x64.c b/upb/pb/compile_decoder_x64.c
index 29dbcb1..fd541a4 100644
--- a/upb/pb/compile_decoder_x64.c
+++ b/upb/pb/compile_decoder_x64.c
@@ -9,10 +9,10 @@
#include <stdio.h>
#include <sys/mman.h>
#include <unistd.h>
+#include "upb/msg.h"
#include "upb/pb/decoder.h"
#include "upb/pb/decoder.int.h"
#include "upb/pb/varint.int.h"
-#include "upb/shim/shim.h"
/* To debug the JIT:
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback