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 77728a304e..ea6390a688 100644 --- a/src/nvim/path.c +++ b/src/nvim/path.c @@ -1,5 +1,6 @@ #include <assert.h> +#include <errno.h> #include <inttypes.h> #include <stdbool.h> #include <stdlib.h> |