From c573e8517381586961dfd402dd29b7814f6b51e6 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 23 Feb 2015 12:32:26 +0000 Subject: [PATCH] Apply patch from https://svn.boost.org/trac/boost/ticket/6796 --- include/boost/cstdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp index d685672c..b0714779 100644 --- a/include/boost/cstdint.hpp +++ b/include/boost/cstdint.hpp @@ -140,7 +140,7 @@ namespace boost } // namespace boost -#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__) || defined(__VMS) +#elif defined(__FreeBSD__) && (__FreeBSD__ <= 4) || defined(__osf__) || defined(__VMS) || defined(__SOLARIS9__) || defined(__NetBSD__) // FreeBSD and Tru64 have an that contains much of what we need. # include