diff options
Diffstat (limited to 'src/common/conf.c')
-rw-r--r-- | src/common/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/conf.c b/src/common/conf.c index c974decf9..d9367dc9e 100644 --- a/src/common/conf.c +++ b/src/common/conf.c @@ -6,13 +6,13 @@ #include "conf.h" -#include "../../3rdparty/libconfig/libconfig.h" +#include "common/showmsg.h" // ShowError -#include "../common/showmsg.h" // ShowError +#include <libconfig/libconfig.h> /* interface source */ struct libconfig_interface libconfig_s; - +struct libconfig_interface *libconfig; int conf_read_file(config_t *config, const char *config_filename) { libconfig->init(config); |