Re: [tor-dev] [Patch] tinytest_demo.c

2014-03-14 Thread Nick Mathewson
On Fri, Mar 14, 2014 at 6:31 AM, Gisle Vanem wrote: > Since tinytest_demo.c now calls Sleep(), we must include . Looks good; applied it. FWIW, tinytest is a slightly independent project; it's on github at https://github.com/nmathewson/tinytest . ___ to

[tor-dev] [Patch] tinytest_demo.c

2014-03-14 Thread Gisle Vanem
Since tinytest_demo.c now calls Sleep(), we must include . Patch: --- Git-latest/src/ext/tinytest_demo.c 2014-03-13 20:44:56 + +++ src/ext/tinytest_demo.c 2014-03-14 11:21:56 + @@ -36,7 +36,10 @@ #include #include #include -#ifndef _WIN32 + +#ifdef _WIN32 +#include +#else #includ