viml/executor: Fix check-single-includes

This commit is contained in:
ZyX 2017-04-11 01:05:56 +03:00
parent 57308c4f82
commit 1751ec192d

View File

@ -5,6 +5,8 @@
#include "nvim/api/private/defs.h"
#include "nvim/func_attr.h"
#include "nvim/eval/typval.h"
#include "nvim/ex_cmds_defs.h"
// Generated by msgpack-gen.lua
void nlua_add_api_functions(lua_State *lstate) REAL_FATTR_NONNULL_ALL;