summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp_msg.c b/mp_msg.c
index 2f9f32c098..6cd6f8e121 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -8,7 +8,7 @@
#ifdef CONFIG_ICONV
#include <iconv.h>
#include <errno.h>
-extern char* get_term_charset(void);
+char* get_term_charset(void);
#endif
#if defined(FOR_MENCODER)