From c067e5580b26410eb3130f716f55c4e4d0831d51 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 24 Feb 2014 22:17:46 -0300 Subject: Create new OS module This module will contain all functions that perform OS calls such as IO, filesystem access, etc. --- src/misc1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc1.c') diff --git a/src/misc1.c b/src/misc1.c index 3f1e32bc69..98ed65a08b 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -13,6 +13,7 @@ #include "vim.h" #include "version.h" +#include "os/os.h" static char_u *vim_version_dir __ARGS((char_u *vimdir)); static char_u *remove_tail __ARGS((char_u *p, char_u *pend, char_u *name)); -- cgit