diff options
author | Scott Nielsen <scottnielsen5@gmail.com> | 2014-02-26 01:56:40 -0700 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-26 06:04:30 -0300 |
commit | a74c059a3e322f1abc0e98b76e16a7b92d499654 (patch) | |
tree | 937e6c96c50797f3c7dc047fbcc412b9bb725c09 | |
parent | 72c6523da58b25bcb68791d539a18bb81c5f70eb (diff) | |
download | rneovim-a74c059a3e322f1abc0e98b76e16a7b92d499654.tar.gz rneovim-a74c059a3e322f1abc0e98b76e16a7b92d499654.tar.bz2 rneovim-a74c059a3e322f1abc0e98b76e16a7b92d499654.zip |
Remove implicit declaration of vim_strrchr and vim_strncpy
-rw-r--r-- | src/os/fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/fs.c b/src/os/fs.c index 3529ab4f46..bc9a495984 100644 --- a/src/os/fs.c +++ b/src/os/fs.c @@ -15,6 +15,7 @@ #include "os.h" #include "../message.h" +#include "../misc2.h" int mch_chdir(char *path) { if (p_verbose >= 5) { |