Index: ../../../boost/cstdint.hpp =================================================================== --- ../../../boost/cstdint.hpp (revision 57845) +++ ../../../boost/cstdint.hpp (working copy) @@ -26,7 +26,7 @@ #include -#ifdef BOOST_HAS_STDINT_H +#if defined(BOOST_HAS_STDINT_H) && (!defined(__GLIBC__) || defined(__GLIBC_HAVE_LONG_LONG)) // The following #include is an implementation artifact; not part of interface. # ifdef __hpux