--- lib/Thread.hpp.orig 2004-10-05 11:33:14.638098735 -0700 +++ lib/Thread.hpp 2004-10-05 11:34:30.160583668 -0700 @@ -56,7 +56,9 @@ #ifndef THREAD_H #define THREAD_H - +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif #if defined( HAVE_POSIX_THREAD )