From 4f095353280a181b248d3fc3d8e4e3050b7d6bc0 Mon Sep 17 00:00:00 2001 From: flaviojs Date: Tue, 20 Mar 2012 23:04:26 +0000 Subject: [PATCH] - Change libconfig.h include directives to double-quoted form (file missing from r15737). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15739 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/showmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/showmsg.c b/src/common/showmsg.c index dce0a8dbb3..3beb55b72b 100644 --- a/src/common/showmsg.c +++ b/src/common/showmsg.c @@ -12,7 +12,7 @@ #include #include // atexit -#include +#include "libconfig.h" #ifdef WIN32 #define WIN32_LEAN_AND_MEAN