summaryrefslogtreecommitdiff
path: root/tools/test_cinit.lua
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
committerJosh Haberman <jhaberman@gmail.com>2014-01-21 18:38:49 -0800
commit0fd2f830882402979a83010e89650e7245960d39 (patch)
tree0968ca9424c5fb2433047519cbd54d3dd8d0b863 /tools/test_cinit.lua
parentce9bba3cb5409844f8f3d7dcc235a9ea30cad090 (diff)
Sync to internal Google development.
Diffstat (limited to 'tools/test_cinit.lua')
-rw-r--r--tools/test_cinit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test_cinit.lua b/tools/test_cinit.lua
index 72d8826..3ed77b5 100644
--- a/tools/test_cinit.lua
+++ b/tools/test_cinit.lua
@@ -43,7 +43,7 @@ if arg[1] == "generate" then
local appendh = dump_cinit.file_appender(f_h)
f:write('#include "lua.h"\n')
f:write('#define ELEMENTS(array) (sizeof(array)/sizeof(*array))\n')
- f:write('#include "bindings/lua/upb.h"\n')
+ f:write('#include "upb/bindings/lua/upb.h"\n')
dump_cinit.dump_defs(symtab, "test", appendh, appendc)
f:write([[int luaopen_staticdefs(lua_State *L) {
lua_newtable(L);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback