diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c index 0a0907df60..d1b3dcc05c 100644 --- a/src/path.c +++ b/src/path.c @@ -1,3 +1,5 @@ +#include <stdlib.h> + #include "vim.h" #include "path.h" #include "charset.h" |