diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-05 02:21:03 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-05 02:21:03 +0100 |
commit | cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52 (patch) | |
tree | 678a3c5c28d7872f11e038d3f58fb76ae3dba08a /converter/source/printdir.c | |
parent | Updated denotch map converter to work in windows. Still has memory leak though. (diff) | |
download | cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.gz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.bz2 cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.lz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.xz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.zst cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.zip |
Diffstat (limited to '')
-rw-r--r-- | converter/source/printdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/source/printdir.c b/converter/source/printdir.c index ad0492f98..7216413be 100644 --- a/converter/source/printdir.c +++ b/converter/source/printdir.c @@ -3,7 +3,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h> -#include "dirent.h" +#include "wdirent.h" int main (int argc, char *argv[]) { int i; |