diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-06 21:28:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-06 21:28:59 +0300 |
commit | 02204cfb8310c3adea07b93ab200b0609f72f26c (patch) | |
tree | cbe6b767c743d64faa493cd5a06e6f8c00d779ab /src/map/npc_chat.c | |
parent | dfdf6b91839c88d9ca1071d63337d33757a87f4c (diff) | |
parent | 2f4b1d7f15c8835545c791f09bac94bfae7e43b8 (diff) | |
download | hercules-02204cfb8310c3adea07b93ab200b0609f72f26c.tar.gz hercules-02204cfb8310c3adea07b93ab200b0609f72f26c.tar.bz2 hercules-02204cfb8310c3adea07b93ab200b0609f72f26c.tar.xz hercules-02204cfb8310c3adea07b93ab200b0609f72f26c.zip |
Merge pull request #1143 from MishimaHaruna/usrlocal
Improved ./configure on systems that rely on /usr/local
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r-- | src/map/npc_chat.c | 3 |
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> |