From a74c059a3e322f1abc0e98b76e16a7b92d499654 Mon Sep 17 00:00:00 2001 From: Scott Nielsen Date: Wed, 26 Feb 2014 01:56:40 -0700 Subject: [PATCH] Remove implicit declaration of vim_strrchr and vim_strncpy --- src/os/fs.c | 1 + 1 file changed, 1 insertion(+) 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) {