Rocco Rutte:
[apps/madmutt.git] / mbyte.c
diff --git a/mbyte.c b/mbyte.c
index fa9d307..1ff911c 100644 (file)
--- a/mbyte.c
+++ b/mbyte.c
@@ -19,6 +19,8 @@
 #include "mbyte.h"
 #include "charset.h"
 
+#include "lib/intl.h"
+
 #include <errno.h>
 
 #include <ctype.h>
@@ -429,7 +431,7 @@ size_t utf8rtowc (wchar_t * pwc, const char *s, size_t n, mbstate_t * _ps)
 
 #endif /* !HAVE_WC_FUNCS */
 
-wchar_t replacement_char ()
+wchar_t replacement_char (void)
 {
   return Charset_is_utf8 ? 0xfffd : '?';
 }