--- src/kmk/kmkbuiltin/mv.c.orig 2008-05-06 00:22:55.000000000 +0200 +++ src/kmk/kmkbuiltin/mv.c 2008-09-07 15:39:33.000000000 +0200 @@ -47,10 +47,6 @@ #endif #include -#ifndef _MSC_VER -# ifndef __OS2__ -# include -# endif # include # include # include @@ -91,6 +87,10 @@ static int do_move(char *, char *); #ifdef CROSS_DEVICE_MOVE +#ifndef _MSC_VER +# ifndef __OS2__ +# include +# endif static int fastcopy(char *, char *, struct stat *); static int copy(char *, char *); #endif