[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sys/time.h not found error on windows


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


Follow-Ups:
Re: sys/time.h not found error on windowsAndreas Schneider <asn@xxxxxxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org