summaryrefslogtreecommitdiff
path: root/upb/bindings/lua/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-08-23 10:48:17 -0700
committerGitHub <noreply@github.com>2018-08-23 10:48:17 -0700
commitd1738d4dec31bc803b0db5c59cd5b40e929b01c0 (patch)
treea010d942478fa846d35de106373a39076c15aace /upb/bindings/lua/upb.h
parent0a95f73d0d9874151c0d36d6035230a873fa1715 (diff)
parente94ac4f75717f2bd1a617e5633cd502106748475 (diff)
Merge pull request #117 from haberman/cmake
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
Diffstat (limited to 'upb/bindings/lua/upb.h')
-rw-r--r--upb/bindings/lua/upb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/bindings/lua/upb.h b/upb/bindings/lua/upb.h
index 52bc5a2..820a317 100644
--- a/upb/bindings/lua/upb.h
+++ b/upb/bindings/lua/upb.h
@@ -9,6 +9,7 @@
#include "upb/def.h"
#include "upb/handlers.h"
#include "upb/msg.h"
+#include "upb/msgfactory.h"
/* Lua 5.1/5.2 compatibility code. */
#if LUA_VERSION_NUM == 501
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback