include inttypes.h if __osf__ defined (Randall Hand)
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 23 Feb 2006 15:36:39 +0000 (15:36 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 23 Feb 2006 15:36:39 +0000 (15:36 +0000)
include/GL/glxext.h

index 589d1ef363e162787a7bfa3dc75ba89f50f87cb2..fa58593e318627e62f39560ef83bfc8f9edfc505 100644 (file)
@@ -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__)