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) {