diff options
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index e4d261d902..8dc31c31c6 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -12,6 +12,7 @@ */ #include "vim.h" +#include "os/os.h" #if defined(HAVE_UTIME) && defined(HAVE_UTIME_H) |