summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-20 18:26:49 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-20 18:26:49 +0000
commite230f2f48696a5ff8d7e9c05520b621d1ec5fcbf (patch)
treed2e8dd14b1943bc8207cd365ae196c4407e00c49 /src/map/npc_chat.c
parent92249d9f8e219916670589ba6c5f9fce47808ed8 (diff)
downloadhercules-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.c2
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>