Index: src/stdint_.h --- src/stdint_.h.orig 2004-06-17 23:42:53 +0200 +++ src/stdint_.h 2005-04-23 20:30:33 +0200 @@ -72,6 +72,13 @@ typedef u_int64_t uint64_t; # define STDINT_TYPES_DEFINED # endif +#ifdef __sun__ +# include +# define STDINT_TYPES_DEFINED +#endif +#ifdef __FreeBSD__ +# define STDINT_TYPES_DEFINED +#endif /* other archs may want to add defines here, or use the fallbacks in std.h */ #endif