Commit 98c605d6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winex11.drv: We must include Xlib.h before Xrandr.h.

parent 7b782d43
...@@ -26,6 +26,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(xrandr); ...@@ -26,6 +26,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(xrandr);
#ifdef SONAME_LIBXRANDR #ifdef SONAME_LIBXRANDR
#include <X11/Xlib.h>
#include <X11/extensions/Xrandr.h> #include <X11/extensions/Xrandr.h>
#include "x11drv.h" #include "x11drv.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