id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4468	[PATCH 1/1] (trivial) [source: src/vfs/sftpfs/file.c] ENOENT and EACCES are not available without #include <errno.h>	ukr		"{{{
--- mc-4.8.30~git20230524.1745.orig/src/vfs/sftpfs/file.c
+++ mc-4.8.30~git20230524.1745/src/vfs/sftpfs/file.c
@@ -26,6 +26,7 @@
.
 #include <config.h>
.
+#include <errno.h>
 #include <libssh2.h>
 #include <libssh2_sftp.h>
.

}}}"	defect	closed	major		mc-vfs	master	invalid	adm; trivial; ENOENT; EACCES; vfs; mc-vfs; gcc; compile	andrew_b			no branch	
