first attempt to build on the octane, nosound for now
[summerhack] / src / 3dengfx / src / common / types.h
index c710eda..24d0310 100644 (file)
@@ -36,7 +36,7 @@ typedef double scalar_t;
 #define HAVE_STDINT_H
 #endif /* explicitly set stdint.h availability for some platform */
 
-#if (__STDC_VERSION__ >= 199900) || defined(__GLIBC__) || defined(HAVE_STDINT_H)
+#if (__STDC_VERSION__ >= 199900) || defined(__GLIBC__) || defined(HAVE_STDINT_H) && !defined(__sgi__)
 #include <stdint.h>
 #elif defined(unix) || defined(__unix__)
 #include <sys/types.h>