summaryrefslogtreecommitdiff
path: root/upb/bindings
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-08-22 23:15:12 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-08-22 23:15:12 -0700
commite94ac4f75717f2bd1a617e5633cd502106748475 (patch)
treea010d942478fa846d35de106373a39076c15aace /upb/bindings
parent0a95f73d0d9874151c0d36d6035230a873fa1715 (diff)
Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}.
Also got rid of the premature "v1" business that was attempting to create a binary compatibility story. Also added an in-progress CMakeLists.txt file.
Diffstat (limited to 'upb/bindings')
-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