diff options
Diffstat (limited to 'src/nvim/os/channel.c')
-rw-r--r-- | src/nvim/os/channel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/os/channel.c b/src/nvim/os/channel.c index 9bba247a7b..14293d71e5 100644 --- a/src/nvim/os/channel.c +++ b/src/nvim/os/channel.c @@ -1,4 +1,6 @@ +#include <stdbool.h> #include <string.h> +#include <inttypes.h> #include <uv.h> #include <msgpack.h> |