summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@freedesktop.org>2004-11-15 15:31:32 +0000
committerAdam Jackson <ajax@freedesktop.org>2004-11-15 15:31:32 +0000
commitad919c30df71bc191be6f107385638b456da6a0f (patch)
treefa8c871f30f7a2fd5dc95f9cddae1710ef18f89f /src/glx/x11/glxclient.h
parentc0be56e5e8b0f42110b86eb5e9b888ed8ff3534b (diff)
Sync with Xorg head: mingw build fixes from Alexander Gottwald.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r--src/glx/x11/glxclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index 7565760f0c..57ff65cb8a 100644
--- a/src/glx/x11/glxclient.h
+++ b/src/glx/x11/glxclient.h
@@ -52,6 +52,9 @@
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
+#ifdef WIN32
+#include <stdint.h>
+#endif
#include "GL/glxint.h"
#include "GL/glxproto.h"
#include "GL/internal/glcore.h"