summaryrefslogtreecommitdiff
path: root/upb/pb/compile_decoder_x64.c
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2016-12-07 17:07:05 -0800
committerGitHub <noreply@github.com>2016-12-07 17:07:05 -0800
commit076a82ee7edf35fb5f2a3430535e21a6dbd4cd6d (patch)
tree87969c375756dc4290478c9ecc5d0d87ae48f557 /upb/pb/compile_decoder_x64.c
parent9a91f7bba8c89ed4d1cb0d56b8a394a9590df029 (diff)
parent2b77da3da8234484ebc099c560671ea21ab7181b (diff)
Merge pull request #74 from haberman/msg
Added upb_msg and Lua bindings for using it.
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