mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
keyfiles: Fixed unlink warning.
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
# define close _close
|
||||
# undef read
|
||||
# define read _read
|
||||
# undef unlink
|
||||
# define unlink _unlink
|
||||
# endif /* _MSC_VER */
|
||||
#else
|
||||
# include <arpa/inet.h>
|
||||
|
||||
Reference in New Issue
Block a user