diff options
Diffstat (limited to 'src/os/msgpack_rpc.h')
-rw-r--r-- | src/os/msgpack_rpc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/msgpack_rpc.h b/src/os/msgpack_rpc.h index 8d2c6e767b..7f754bfca1 100644 --- a/src/os/msgpack_rpc.h +++ b/src/os/msgpack_rpc.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_MSGPACK_RPC_H -#define NEOVIM_MSGPACK_RPC_H +#ifndef NEOVIM_OS_MSGPACK_RPC_H +#define NEOVIM_OS_MSGPACK_RPC_H #include <stdint.h> #include <stdbool.h> @@ -103,5 +103,5 @@ void msgpack_rpc_free_array(Array value); void msgpack_rpc_free_dictionary(Dictionary value); -#endif // NEOVIM_MSGPACK_RPC_H +#endif // NEOVIM_OS_MSGPACK_RPC_H |