Re: [tor-dev] Win32: tor-gencert.c

2012-05-07 Thread Nick Mathewson
On Fri, May 4, 2012 at 7:52 AM, Gisle Vanem wrote: > MSVC doesn't have . Hence this little patch is needed: Applied; thanks! -- Nick ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev

[tor-dev] Win32: tor-gencert.c

2012-05-04 Thread Gisle Vanem
MSVC doesn't have . Hence this little patch is needed: --- Git-latest\src\tools\tor-gencert.c Tue Jan 24 17:05:52 2012 +++ src\tools\tor-gencert.c Thu Apr 26 08:51:02 2012 @@ -9,7 +9,9 @@ #include #include #include +#ifdef HAVE_UNISTD_H #include +#endif #include #include