summaryrefslogtreecommitdiff
path: root/protocols/Sametime
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime')
-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 8972cc1254..45f24fec97 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 "..\..\..\..\libs\pcre16\src\pcre.h"
+#include "../../../../libs/pcre16/src/pcre.h"
#endif
#include "gtypes.h"