diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-20 18:26:49 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-20 18:26:49 +0000 |
commit | e230f2f48696a5ff8d7e9c05520b621d1ec5fcbf (patch) | |
tree | d2e8dd14b1943bc8207cd365ae196c4407e00c49 /src/map/npc_chat.c | |
parent | 92249d9f8e219916670589ba6c5f9fce47808ed8 (diff) | |
download | hercules-e230f2f48696a5ff8d7e9c05520b621d1ec5fcbf.tar.gz hercules-e230f2f48696a5ff8d7e9c05520b621d1ec5fcbf.tar.bz2 hercules-e230f2f48696a5ff8d7e9c05520b621d1ec5fcbf.tar.xz hercules-e230f2f48696a5ff8d7e9c05520b621d1ec5fcbf.zip |
follow up r15885. Accidentally committed this with the rest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15886 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r-- | src/map/npc_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c index 84a6fab22..77c875a7e 100644 --- a/src/map/npc_chat.c +++ b/src/map/npc_chat.c @@ -14,7 +14,7 @@ #include "pc.h" // struct map_session_data #include "script.h" // set_var() -#include "pcre.h" +#include <pcre.h> #include <stdio.h> #include <stdlib.h> |