projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0be56e
)
Sync with Xorg head: mingw build fixes from Alexander Gottwald.
author
Adam Jackson
<ajax@freedesktop.org>
Mon, 15 Nov 2004 15:31:32 +0000
(15:31 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Mon, 15 Nov 2004 15:31:32 +0000
(15:31 +0000)
src/glx/x11/glxclient.h
patch
|
blob
|
history
diff --git
a/src/glx/x11/glxclient.h
b/src/glx/x11/glxclient.h
index 7565760f0ced72f913879e5ae674390c9c95dfc6..57ff65cb8aaae913bc36908494f015496d43dd6d 100644
(file)
--- 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"