diff options
Diffstat (limited to 'plugins/ClientChangeNotify/src/CommonLibs/pcre.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/CommonLibs/pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/src/CommonLibs/pcre.h b/plugins/ClientChangeNotify/src/CommonLibs/pcre.h index 4acf27eb54..d6e80a4194 100644 --- a/plugins/ClientChangeNotify/src/CommonLibs/pcre.h +++ b/plugins/ClientChangeNotify/src/CommonLibs/pcre.h @@ -18,7 +18,7 @@ */
#include "CString.h"
-#include "..\..\..\pcre16\src\pcre.h"
+#include "..\..\..\..\libs\pcre16\src\pcre.h"
#pragma once
|