diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 52544c63e0..357d18df79 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -20,6 +20,7 @@ #include +#include "windef.h" #include "winbase.h" #include "wtypes.h" #include "shellapi.h" diff --git a/dlls/user/tests/win.c b/dlls/user/tests/win.c index 5ec04ba596..0a7e591735 100644 --- a/dlls/user/tests/win.c +++ b/dlls/user/tests/win.c @@ -23,6 +23,7 @@ #include #include +#include "windef.h" #include "winbase.h" #include "wingdi.h" #include "winuser.h"