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