Commit in reactos/tools on MAIN
rcopy.c+1-11.11 -> 1.12
Fixed the include of utime.h. (I should read the mails from others more exactly.)

reactos/tools
rcopy.c 1.11 -> 1.12
diff -u -r1.11 -r1.12
--- rcopy.c	20 Dec 2004 19:55:26 -0000	1.11
+++ rcopy.c	20 Dec 2004 21:50:41 -0000	1.12
@@ -2,10 +2,10 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/stat.h>
+#include <utime.h>
 #ifdef WIN32
 #include <io.h>
 #include <dos.h>
-#include <utime.h>
 #else
 #include <sys/io.h>
 #include <errno.h>
CVSspam 0.2.8