summaryrefslogtreecommitdiff
path: root/src/common/showmsg.c
diff options
context:
space:
mode:
authorflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-20 23:04:26 +0000
committerflaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-03-20 23:04:26 +0000
commit79ce82c9c0a6bfb65a98d093f6781f6763b9b4c7 (patch)
tree1ce25250efef1a5c041e750a9a59af46d6252916 /src/common/showmsg.c
parent8b1f2ab48f64c275b3135006553f7b11fafb8d89 (diff)
downloadhercules-79ce82c9c0a6bfb65a98d093f6781f6763b9b4c7.tar.gz
hercules-79ce82c9c0a6bfb65a98d093f6781f6763b9b4c7.tar.bz2
hercules-79ce82c9c0a6bfb65a98d093f6781f6763b9b4c7.tar.xz
hercules-79ce82c9c0a6bfb65a98d093f6781f6763b9b4c7.zip
- Change libconfig.h include directives to double-quoted form (file missing from r15737).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15739 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/showmsg.c')
-rw-r--r--src/common/showmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/showmsg.c b/src/common/showmsg.c
index dce0a8dbb..3beb55b72 100644
--- a/src/common/showmsg.c
+++ b/src/common/showmsg.c
@@ -12,7 +12,7 @@
#include <time.h>
#include <stdlib.h> // atexit
-#include <libconfig.h>
+#include "libconfig.h"
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN