[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
small mistake in sftp.c
[Thread Prev] | [Thread Next]
- Subject: small mistake in sftp.c
- From: "Apex Liu" <master@xxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 12 Sep 2018 01:53:01 +0800
- To: "libssh" <libssh@xxxxxxxxxx>
Hi there, I can not build libssh on Windows with Visual Studio 2015. There a small mistake in sftp.c at line 33: (in master branch and newest tag: 0.8.2) ... 31 #include <fcntl.h> 32 #include <stdio.h> 33 #include <stdio.h> 34 #include <sys/types.h> 45 #include <sys/stat.h> ... here, line 33 should be #include <stdint.h> That's all, thanks.
Re: small mistake in sftp.c | Andreas Schneider <asn@xxxxxxxxxxxxxx> |