Remove implicit declaration of vim_strrchr and vim_strncpy

This commit is contained in:
Scott Nielsen 2014-02-26 01:56:40 -07:00 committed by Thiago de Arruda
parent 72c6523da5
commit a74c059a3e

View File

@ -15,6 +15,7 @@
#include "os.h"
#include "../message.h"
#include "../misc2.h"
int mch_chdir(char *path) {
if (p_verbose >= 5) {