Commit in reactos/tools on MAIN | |||
rcopy.c | +1 | -1 | 1.11 -> 1.12 |
Fixed the include of utime.h. (I should read the mails from others more exactly.)
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>