summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-06 18:13:03 +0100
committerHaru <haru@dotalux.com>2016-02-06 18:51:22 +0100
commit8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7 (patch)
tree65d9aaa4c0c0695fe71c0aaa047d3eb4dafc49e0 /src/map/npc_chat.c
parent730fede2da1ca573ff716c77a5d9b1d0989adc6e (diff)
downloadhercules-8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7.tar.gz
hercules-8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7.tar.bz2
hercules-8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7.tar.xz
hercules-8ca4506ee9ad4bfd490d1e9a7ab2cfb02f1ba3d7.zip
Changed PCRE to properly use the system-provided pcre.h
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r--src/map/npc_chat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index 001baf3ea..6726c65a9 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -31,8 +31,7 @@
#include "common/strlib.h"
#include "common/timer.h"
-#include <pcre/include/pcre.h>
-
+#include <pcre.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>