summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/glib/gregex.c
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-08-02 18:54:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-08-02 18:54:11 +0000
commit6f4f6b814e77eb882431f8049d8101e3de6a7f53 (patch)
treea6f3b8db54d126e41b9c687d464b5c7497e0f5ba /protocols/Sametime/src/glib/gregex.c
parentac718403fd72a645f179aa778bc5752c405f5a10 (diff)
use pcre16
git-svn-id: http://svn.miranda-ng.org/main/trunk@10038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/glib/gregex.c')
-rw-r--r--protocols/Sametime/src/glib/gregex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/glib/gregex.c b/protocols/Sametime/src/glib/gregex.c
index b62bda7351..f0be229117 100644
--- a/protocols/Sametime/src/glib/gregex.c
+++ b/protocols/Sametime/src/glib/gregex.c
@@ -26,7 +26,7 @@
#ifdef USE_SYSTEM_PCRE
#include <pcre.h>
#else
-#include "pcre/pcre.h"
+#include "..\..\..\..\plugins\pcre16\src\pcre.h"
#endif
#include "gtypes.h"