Another Solaris fix.

This commit is contained in:
ehofman
2005-10-06 14:39:12 +00:00
parent 0035ef9194
commit 4d54ba2200

View File

@@ -58,7 +58,7 @@ typedef unsigned int uint32_t;
typedef unsigned __int64 uint64_t;
typedef int ssize_t;
#elif defined(sgi)
#elif defined(sgi) || defined(__sun)
# include <sys/types.h>
#else
# include <stdint.h>