diff options
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r-- | src/nvim/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c index 1231d16ed8..f18c217574 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -1,3 +1,4 @@ +#include <stdbool.h> #include <stdlib.h> #include "nvim/vim.h" |