Commit 9d282171 authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

winex11.drv: Fix compile when xrandr is not available.

parent 53daf896
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment