diff options
author | Adam Jackson <[email protected]> | 2004-11-15 15:31:32 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2004-11-15 15:31:32 +0000 |
commit | ad919c30df71bc191be6f107385638b456da6a0f (patch) | |
tree | fa8c871f30f7a2fd5dc95f9cddae1710ef18f89f /src/glx/x11/glxclient.h | |
parent | c0be56e5e8b0f42110b86eb5e9b888ed8ff3534b (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 7565760f0ce..57ff65cb8aa 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" |