diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glxext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h index 589d1ef363..fa58593e31 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 <inttypes.h> #if defined(__STDC__) #if defined(__arch64__) |