diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 18:04:35 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-11 18:04:35 +0100 |
commit | 13ee029364b37eca95c43641420e75c872b32653 (patch) | |
tree | ef13e150cc5d2e15d4c879af644d9ba242c9c182 /src/common/util.c | |
parent | 132ef6cb50201cb6ab8ab0609a88ccce62aa6a21 (diff) |
some more multiplatform support
Diffstat (limited to 'src/common/util.c')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index ccc48657..51222e40 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -32,7 +32,7 @@ #include <sys/timeb.h> #include <process.h> #include <io.h> -#include "dirent.h" +#include "dirent-win32.h" #else #include <unistd.h> #include <pwd.h> |