aboutsummaryrefslogtreecommitdiff
path: root/src/misc1.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-24 22:17:46 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-24 22:17:46 -0300
commitc067e5580b26410eb3130f716f55c4e4d0831d51 (patch)
tree491ae7cb6982fa7ccd615a7f3c84736da538b7c3 /src/misc1.c
parent0f438e42a839d67b1c66ceb2817ae90b0a368c2a (diff)
downloadrneovim-c067e5580b26410eb3130f716f55c4e4d0831d51.tar.gz
rneovim-c067e5580b26410eb3130f716f55c4e4d0831d51.tar.bz2
rneovim-c067e5580b26410eb3130f716f55c4e4d0831d51.zip
Create new OS module
This module will contain all functions that perform OS calls such as IO, filesystem access, etc.
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c1
1 files changed, 1 insertions, 0 deletions
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));