diff options
Diffstat (limited to 'src/nvim/context.h')
-rw-r--r-- | src/nvim/context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/context.h b/src/nvim/context.h index c2deca12c9..7a1224d876 100644 --- a/src/nvim/context.h +++ b/src/nvim/context.h @@ -2,9 +2,11 @@ #define NVIM_CONTEXT_H #include <msgpack.h> +#include <msgpack/sbuffer.h> +#include <stddef.h> +#include "klib/kvec.h" #include "nvim/api/private/defs.h" -#include "nvim/lib/kvec.h" typedef struct { msgpack_sbuffer regs; ///< Registers. |