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

Alexandre Julliard julliard at winehq.org
Wed Jul 11 17:39:20 CDT 2012


Module: wine
Branch: master
Commit: 98c605d6c7e5679d2eb7903c1ee3434ae1775134
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=98c605d6c7e5679d2eb7903c1ee3434ae1775134

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jul 11 16:24:29 2012 +0200

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

---

 dlls/winex11.drv/xrandr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c
index f818a61..53d16c9 100644
--- a/dlls/winex11.drv/xrandr.c
+++ b/dlls/winex11.drv/xrandr.c
@@ -26,6 +26,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(xrandr);
 
 #ifdef SONAME_LIBXRANDR
 
+#include <X11/Xlib.h>
 #include <X11/extensions/Xrandr.h>
 #include "x11drv.h"
 




More information about the wine-cvs mailing list