Fix a couple more msvc issues, reported by gisle vanem

This commit is contained in:
Nick Mathewson
2015-07-23 12:01:57 -04:00
parent bf08405348
commit 3c2eefac2e
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -3,7 +3,11 @@
#include "orconfig.h"
#include "or.h"
#ifndef _WIN32
#include <dirent.h>
#endif
#include "config.h"
#include "test.h"
#include "util.h"