https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9e0ce10ccb82a9f182bb9…
commit 9e0ce10ccb82a9f182bb9cea87452720f3a4202b
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sun Mar 25 12:57:16 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Sun Mar 25 12:57:16 2018 +0100
[XCOPY_WINETEST] Sync with Wine Staging 3.3. CORE-14434
---
modules/rostests/winetests/xcopy/xcopy.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/xcopy/xcopy.c
b/modules/rostests/winetests/xcopy/xcopy.c
index 2bb8cbb43d..ec7683aecc 100644
--- a/modules/rostests/winetests/xcopy/xcopy.c
+++ b/modules/rostests/winetests/xcopy/xcopy.c
@@ -16,7 +16,10 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include <wine/test.h>
+#include <windows.h>
+
+#include "wine/test.h"
+
static DWORD runcmd(const char* cmd)
{