Patch by Mikhail Y. Zvyozdochkin (mzvyozd at narod dot ru): Simplify compilation...
authorAleksey Bragin <aleksey@reactos.org>
Sat, 17 Jun 2006 20:28:53 +0000 (20:28 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 17 Jun 2006 20:28:53 +0000 (20:28 +0000)
svn path=/trunk/; revision=22389

reactos/tools/xml.cpp

index 2852403..e30d9cc 100644 (file)
@@ -25,6 +25,8 @@
 #      include <io.h>
 #else
 #      include <sys/stat.h>
+#      include <unistd.h>
+#      include <ctype.h>
 #      define MAX_PATH PATH_MAX
 #endif
 #include <assert.h>