--- code/trunk/pcrecpp_unittest.cc 2007/07/30 11:34:18 193 +++ code/trunk/pcrecpp_unittest.cc 2007/07/31 14:39:09 199 @@ -33,10 +33,13 @@ // // TODO: Test extractions for PartialMatch/Consume +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -#include "config.h" #include "pcrecpp.h" using pcrecpp::StringPiece;