[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: small mistake in sftp.c
[Thread Prev] | [Thread Next]
- Subject: Re: small mistake in sftp.c
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Wed, 19 Sep 2018 12:26:46 +0200
- To: libssh@xxxxxxxxxx
- Cc: Apex Liu <master@xxxxxxxxxxx>
On Tuesday, 11 September 2018 19:53:01 CEST Apex Liu wrote: > 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. Fixed, thanks for the report! Andreas -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
small mistake in sftp.c | "Apex Liu" <master@xxxxxxxxxxx> |