From ad919c30df71bc191be6f107385638b456da6a0f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 15 Nov 2004 15:31:32 +0000 Subject: [PATCH] Sync with Xorg head: mingw build fixes from Alexander Gottwald. --- src/glx/x11/glxclient.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 7565760..57ff65c 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -52,6 +52,9 @@ #include #include #include +#ifdef WIN32 +#include +#endif #include "GL/glxint.h" #include "GL/glxproto.h" #include "GL/internal/glcore.h" -- 2.7.4