aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r--src/nvim/path.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index 1231d16ed8..ea6390a688 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -1,6 +1,12 @@
+
+#include <assert.h>
+#include <errno.h>
+#include <inttypes.h>
+#include <stdbool.h>
#include <stdlib.h>
#include "nvim/vim.h"
+#include "nvim/ascii.h"
#include "nvim/path.h"
#include "nvim/charset.h"
#include "nvim/eval.h"