diff --git a/proftpd/include/regexp.h b/proftpd/include/regexp.h index 30db332ed..ee5def4e4 100644 --- a/proftpd/include/regexp.h +++ b/proftpd/include/regexp.h @@ -33,8 +33,8 @@ */ #ifdef PR_USE_PCRE -# include -# include +# include +# include /* Make sure that we are using PCRE-7.0 or later. */ # if defined(PCRE_MAJOR) && PCRE_MAJOR >= 7 && \ diff --git a/proftpd/src/regexp.c b/proftpd/src/regexp.c index 3ee8eeffb..734b736a5 100644 --- a/proftpd/src/regexp.c +++ b/proftpd/src/regexp.c @@ -31,7 +31,7 @@ #ifdef PR_USE_REGEX #ifdef PR_USE_PCRE -#include +#include struct regexp_rec { pool *regex_pool;