From ee36fd725c890c5156f1d777368eeb84d5a3922e Mon Sep 17 00:00:00 2001 From: flaviojs Date: Tue, 20 Mar 2012 16:59:07 +0000 Subject: - 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 --- src/common/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/conf.h') diff --git a/src/common/conf.h b/src/common/conf.h index 0b70a0c79..4c3dec89f 100644 --- a/src/common/conf.h +++ b/src/common/conf.h @@ -5,7 +5,7 @@ #define _CONF_H_ #include "../common/cbasetypes.h" -#include +#include "libconfig.h" int conf_read_file(config_t *config, const char *config_filename); int config_setting_copy(config_setting_t *parent, const config_setting_t *src); -- cgit v1.2.3-60-g2f50