Add VMS support.

Fixes #4474.

[SVN r64750]
This commit is contained in:
John Maddock
2010-08-12 12:36:42 +00:00
parent 8368cd0a55
commit 7c62277986

View File

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