Make test_checkdir.c dirent include consistent with other files

This commit is contained in:
Nick Mathewson 2015-08-25 11:46:29 -04:00
parent 2afbe0ae28
commit f8a5106823

View File

@ -4,7 +4,9 @@
#include "orconfig.h"
#include "or.h"
#ifndef _WIN32
#ifdef _WIN32
#include <direct.h>
#else
#include <dirent.h>
#endif