diff options
Diffstat (limited to 'pcre_refcount.c')
-rw-r--r-- | pcre_refcount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_refcount.c b/pcre_refcount.c index b6a464c..b14103c 100644 --- a/pcre_refcount.c +++ b/pcre_refcount.c @@ -45,7 +45,7 @@ shared by different users. */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #include "pcre_internal.h" |