mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Make test_checkdir.c dirent include consistent with other files
This commit is contained in:
parent
2afbe0ae28
commit
f8a5106823
@ -4,7 +4,9 @@
|
||||
#include "orconfig.h"
|
||||
#include "or.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef _WIN32
|
||||
#include <direct.h>
|
||||
#else
|
||||
#include <dirent.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user