diff options
Diffstat (limited to 'src/nvim/os/msgpack_rpc.h')
-rw-r--r-- | src/nvim/os/msgpack_rpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/msgpack_rpc.h b/src/nvim/os/msgpack_rpc.h index 7f754bfca1..8c1c9bcd7b 100644 --- a/src/nvim/os/msgpack_rpc.h +++ b/src/nvim/os/msgpack_rpc.h @@ -6,7 +6,7 @@ #include <msgpack.h> -#include "api/defs.h" +#include "nvim/api/defs.h" /// Validates the basic structure of the msgpack-rpc call and fills `res` /// with the basic response structure. |