diff options
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r-- | src/nvim/path.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c index 17440ec68f..ab51facd62 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -1,3 +1,5 @@ + +#include <inttypes.h> #include <stdbool.h> #include <stdlib.h> |