mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Remove implicit declaration of vim_strrchr and vim_strncpy
This commit is contained in:
committed by
Thiago de Arruda
parent
72c6523da5
commit
a74c059a3e
@ -15,6 +15,7 @@
|
||||
|
||||
#include "os.h"
|
||||
#include "../message.h"
|
||||
#include "../misc2.h"
|
||||
|
||||
int mch_chdir(char *path) {
|
||||
if (p_verbose >= 5) {
|
||||
|
Reference in New Issue
Block a user