diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-04-08 20:46:42 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-11 13:31:48 -0300 |
commit | 445f31f076325a68d91746bb41ac9ba139144c2d (patch) | |
tree | dd05a6d09822572ae152be6b3759696d8ebf6901 /src/if_cscope.c | |
parent | 136e5e5b84469559e72e061b2c6e78db18174a12 (diff) | |
download | rneovim-445f31f076325a68d91746bb41ac9ba139144c2d.tar.gz rneovim-445f31f076325a68d91746bb41ac9ba139144c2d.tar.bz2 rneovim-445f31f076325a68d91746bb41ac9ba139144c2d.zip |
port vim_mkdir, mch_rmdir and mch_remove to libuv
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index e257e4e84b..65155c3421 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -24,6 +24,7 @@ #include "tag.h" #include "ui.h" #include "window.h" +#include "os/os.h" #include <sys/types.h> #include <sys/stat.h> |