projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2ee9c
)
include inttypes.h if __osf__ defined (Randall Hand)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 23 Feb 2006 15:36:39 +0000
(15:36 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 23 Feb 2006 15:36:39 +0000
(15:36 +0000)
include/GL/glxext.h
patch
|
blob
|
history
diff --git
a/include/GL/glxext.h
b/include/GL/glxext.h
index 589d1ef363e162787a7bfa3dc75ba89f50f87cb2..fa58593e318627e62f39560ef83bfc8f9edfc505 100644
(file)
--- a/
include/GL/glxext.h
+++ b/
include/GL/glxext.h
@@
-331,7
+331,7
@@
typedef struct {
} GLXBufferClobberEventSGIX;
#endif
-#if defined(__sun__)
+#if defined(__sun__)
|| defined(__osf__)
#include <inttypes.h>
#if defined(__STDC__)
#if defined(__arch64__)