mirror of
https://github.com/neovim/neovim.git
synced 2025-11-13 22:08:59 +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 "os.h"
|
||||||
#include "../message.h"
|
#include "../message.h"
|
||||||
|
#include "../misc2.h"
|
||||||
|
|
||||||
int mch_chdir(char *path) {
|
int mch_chdir(char *path) {
|
||||||
if (p_verbose >= 5) {
|
if (p_verbose >= 5) {
|
||||||
|
|||||||
Reference in New Issue
Block a user