Better support for Tru64.

[SVN r25689]
This commit is contained in:
Markus Schöpflin
2004-10-12 16:42:58 +00:00
parent 3892592661
commit 07019a8801

View File

@ -82,8 +82,8 @@ namespace boost
} // namespace boost
#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4)
// FreeBSD has an <inttypes.h> that contains much of what we need
#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__)
// FreeBSD and Tru64 have an <inttypes.h> that contains much of what we need.
# include <inttypes.h>
namespace boost {