diff options
author | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:20:38 +0200 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:20:38 +0200 |
commit | ef70d7ccf71c5d0b00f02be9a9aee879f26e8355 (patch) | |
tree | 28fd8cb3a8625c35960e6a8fb474962b15c3f611 /scripts/msgpack-gen.lua | |
parent | a568e8b644a41b12388b7c7de4ca0fb8dc107f18 (diff) | |
parent | 0fff487690803be45b185ca165e12b470fa0466e (diff) | |
download | rneovim-ef70d7ccf71c5d0b00f02be9a9aee879f26e8355.tar.gz rneovim-ef70d7ccf71c5d0b00f02be9a9aee879f26e8355.tar.bz2 rneovim-ef70d7ccf71c5d0b00f02be9a9aee879f26e8355.zip |
Merge #921 'Remove includes vim.h'
Diffstat (limited to 'scripts/msgpack-gen.lua')
-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 d37a85abe8..7f80d48114 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -88,6 +88,7 @@ output = io.open(outputf, 'wb') output:write([[ #include <stdbool.h> #include <stdint.h> +#include <assert.h> #include <msgpack.h> #include "nvim/os/msgpack_rpc.h" |