--- code/trunk/pcrecpp.cc 2007/03/02 13:10:43 96 +++ code/trunk/pcrecpp.cc 2007/03/05 12:36:47 97 @@ -29,6 +29,10 @@ // // Author: Sanjay Ghemawat +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include @@ -37,7 +41,6 @@ #include #include #include -#include "config.h" // We need this to compile the proper dll on windows/msys. This is copied // from pcre_internal.h. It would probably be better just to include that. #define PCRE_DEFINITION /* Win32 __declspec(export) trigger for .dll */