From: Nick Mathewson Date: Tue, 25 Aug 2015 15:46:29 +0000 (-0400) Subject: Make test_checkdir.c dirent include consistent with other files X-Git-Tag: tor-0.2.7.3-rc~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8a51068235cbc59fcb80efcc7f79b9b2689261d;p=thirdparty%2Ftor.git Make test_checkdir.c dirent include consistent with other files --- diff --git a/src/test/test_checkdir.c b/src/test/test_checkdir.c index a44584c0a3..d6ef353c87 100644 --- a/src/test/test_checkdir.c +++ b/src/test/test_checkdir.c @@ -4,7 +4,9 @@ #include "orconfig.h" #include "or.h" -#ifndef _WIN32 +#ifdef _WIN32 +#include +#else #include #endif