summaryrefslogtreecommitdiffstats
path: root/cfgparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.c')
-rw-r--r--cfgparser.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfgparser.c b/cfgparser.c
index 38bb5e8a7a..1dde14ed89 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -19,6 +19,8 @@
#include "config.h"
+#ifndef NEW_CONFIG
+
#ifdef USE_SETLOCALE
#include <locale.h>
#endif
@@ -50,6 +52,7 @@
#endif
#include "cfgparser.h"
+#include "playtree.h"
static void m_config_list_options(m_config_t *config);
static void m_config_error(int err,char* opt,char* val);
@@ -1536,3 +1539,5 @@ static void m_config_error(int err,char* opt,char* val) {
break;
}
}
+
+#endif