diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-02-23 15:36:39 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-02-23 15:36:39 +0000 |
commit | 44a2e96729b730693f314b43e3d861b326968b5c (patch) | |
tree | f4dda3142dc1259bca4b002a105cfdb10b2b6f10 /include/GL/glxext.h | |
parent | 5b2ee9c1e9505b25db6bbaf4735507e59b250a5d (diff) |
include inttypes.h if __osf__ defined (Randall Hand)
Diffstat (limited to 'include/GL/glxext.h')
-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__) |