10 May
2023
10 May
'23
5:21 p.m.
From: Vijay Kiran Kamuju <infyquest(a)gmail.com> --- dlls/winex11.drv/xrandr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c index f54960f1c9b..9a27577ba78 100644 --- a/dlls/winex11.drv/xrandr.c +++ b/dlls/winex11.drv/xrandr.c @@ -30,7 +30,9 @@ #define NONAMELESSUNION #include <assert.h> #include <X11/Xlib.h> +#ifdef HAVE_X11_EXTENSIONS_XRANDR_H #include <X11/extensions/Xrandr.h> +#endif #include <dlfcn.h> #include "x11drv.h" #include "wine/debug.h" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2788