diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-20 16:59:07 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-20 16:59:07 +0000 |
commit | ee36fd725c890c5156f1d777368eeb84d5a3922e (patch) | |
tree | bdbec3c90830fa82e78774f62032896de7a2ba1a /src/common/conf.c | |
parent | 78fe9886d39b11a38903ffc513a70fa2b00e43f3 (diff) | |
download | hercules-ee36fd725c890c5156f1d777368eeb84d5a3922e.tar.gz hercules-ee36fd725c890c5156f1d777368eeb84d5a3922e.tar.bz2 hercules-ee36fd725c890c5156f1d777368eeb84d5a3922e.tar.xz hercules-ee36fd725c890c5156f1d777368eeb84d5a3922e.zip |
- Fixed CMake compilation (libconfig integrated into common_base).
- Chanced libconfig.h include directives to double-quoted form (never use the system version of libconfig.h).
- Removed ShowError/ShowNotice from sig plugin (showmsg.c depends on core.c).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15737 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/conf.c')
-rw-r--r-- | src/common/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conf.c b/src/common/conf.c index eed39d409..a5bfec159 100644 --- a/src/common/conf.c +++ b/src/common/conf.c @@ -2,7 +2,7 @@ // For more information, see LICENCE in the main folder #include "conf.h" -#include <libconfig.h> +#include "libconfig.h" #include "../common/showmsg.h" // ShowError |