aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i18n.h b/src/i18n.h
index f99505ed1..64484834a 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -22,7 +22,7 @@
#include "config.h"
/* i18n */
-#ifdef HAVE_LOCALE_H
+#if defined(HAVE_LOCALE_H) && !defined(NCMPC_MINI)
#include <locale.h>
#endif
#ifdef ENABLE_NLS