Ticket #3669: boost-thread-stdint_h-header.patch
File boost-thread-stdint_h-header.patch, 458 bytes (added by , 13 years ago) |
---|
-
libs/thread/src/pthread/once.cpp
9 9 #include <pthread.h> 10 10 #include <stdlib.h> 11 11 12 #ifndef UINTMAX_C 13 #ifdef BOOST_HAS_STDINT_H 14 #include <stdint.h> 15 #else 16 #error "Boost threads require stdint.h header" 17 #endif 18 #endif 19 12 20 namespace boost 13 21 { 14 22 namespace detail