diff options
Diffstat (limited to 'include/m_regexp.h')
-rw-r--r-- | include/m_regexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_regexp.h b/include/m_regexp.h index 7e61df1a99..70cb2ba7a1 100644 --- a/include/m_regexp.h +++ b/include/m_regexp.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef MIM_REGEXP_H #define MIM_REGEXP_H -#include "../libs/pcre16/src/pcre.h" +#include <pcre.h> class MRegexp16 { |