Sync with Xorg head: mingw build fixes from Alexander Gottwald.
authorAdam Jackson <ajax@freedesktop.org>
Mon, 15 Nov 2004 15:31:32 +0000 (15:31 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Mon, 15 Nov 2004 15:31:32 +0000 (15:31 +0000)
src/glx/x11/glxclient.h

index 7565760f0ced72f913879e5ae674390c9c95dfc6..57ff65cb8aaae913bc36908494f015496d43dd6d 100644 (file)
@@ -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"