From bc0380038e0a4ff4f4bfaa939b0cef26c5e53582 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 23 Jun 2014 11:42:29 -0300 Subject: channel/msgpack_rpc: Refactor to better split functions across modules Move validation/conversion functions and to msgpack_rpc_helpers to separate those from the functions that are used from the channel module --- scripts/msgpack-gen.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/msgpack-gen.lua b/scripts/msgpack-gen.lua index e7d5d5a503..91bdf3df21 100644 --- a/scripts/msgpack-gen.lua +++ b/scripts/msgpack-gen.lua @@ -91,6 +91,7 @@ output:write([[ #include #include "nvim/os/msgpack_rpc.h" +#include "nvim/os/msgpack_rpc_helpers.h" ]]) for i = 1, #headers do -- cgit