diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-10-22 10:16:52 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-10-22 11:26:43 -0300 |
commit | 42334463447e884b9a1198be599d734fbe2d1eb7 (patch) | |
tree | d9735f85d20d043c0bab500f8fe902bde5cd5b46 /scripts | |
parent | 97f0c1eda19f5a2f8c13ba2cb1c8a1e60ed52c2d (diff) | |
download | rneovim-42334463447e884b9a1198be599d734fbe2d1eb7.tar.gz rneovim-42334463447e884b9a1198be599d734fbe2d1eb7.tar.bz2 rneovim-42334463447e884b9a1198be599d734fbe2d1eb7.zip |
debug: Fix broken DLOG macro calls
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/msgpack-gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/msgpack-gen.lua b/scripts/msgpack-gen.lua index ba962d69d1..aa3aaf40fa 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -86,6 +86,7 @@ end output = io.open(outputf, 'wb') output:write([[ +#include <inttypes.h> #include <stdbool.h> #include <stdint.h> #include <assert.h> |