--- code/trunk/pcregrep.c 2007/08/17 10:48:51 222 +++ code/trunk/pcregrep.c 2007/09/11 12:57:06 236 @@ -38,7 +38,7 @@ */ #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif #include @@ -55,7 +55,7 @@ #include #endif -#include +#include "pcre.h" #define FALSE 0 #define TRUE 1