diff options
-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" |