From 44a2e96729b730693f314b43e3d861b326968b5c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 23 Feb 2006 15:36:39 +0000 Subject: include inttypes.h if __osf__ defined (Randall Hand) --- include/GL/glxext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 589d1ef363e..fa58593e318 100644 --- 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 #if defined(__STDC__) #if defined(__arch64__) -- cgit v1.2.3