diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-16 17:39:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-16 17:39:12 +0000 |
commit | d4ac653c0b8d6f474efea04127267ad6a54ced6d (patch) | |
tree | f1657fb18f8d122fb0161309605efdbec988d491 /protocols/Sametime/src/glib/gregex.c | |
parent | 82d5da2058886b527b8e5bd26bcfae80d7fc898f (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/glib/gregex.c')
-rw-r--r-- | protocols/Sametime/src/glib/gregex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/glib/gregex.c b/protocols/Sametime/src/glib/gregex.c index f0be229117..8972cc1254 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 "..\..\..\..\plugins\pcre16\src\pcre.h" +#include "..\..\..\..\libs\pcre16\src\pcre.h" #endif #include "gtypes.h" |