[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sys/time.h not found error on windows
[Thread Prev] | [Thread Next]
- Subject: sys/time.h not found error on windows
- From: Joseph Southwell <joseph@xxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 26 Jun 2014 17:00:26 +0400
- To: libssh@xxxxxxxxxx
git master branch src/libcrypto.c has #include <sys/time.h> This needs to be changed to #ifndef WIN32 #include <sys/time.h> #endif In order to compile successfully on windows. I have tested that this compiles on VS 2013 Windows SDK 7.1 Joseph Southwell joseph@xxxxxxxxxxxxx The past is history, The future's a mystery, The present's a gift.
Attachment:
signature.asc
Description: Message signed with OpenPGP using GPGMail
Re: sys/time.h not found error on windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |