2009-11-10 12:57:36 +01:00
|
|
|
Index: alpine-2.00/pith/charconv/utf8.c
|
|
|
|
===================================================================
|
|
|
|
--- alpine-2.00.orig/pith/charconv/utf8.c
|
|
|
|
+++ alpine-2.00/pith/charconv/utf8.c
|
|
|
|
@@ -38,6 +38,7 @@ static char rcsid[] = "$Id: utf8.c 1019
|
2007-10-01 04:26:09 +02:00
|
|
|
#include "utf8.h"
|
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
+#include <wchar.h>
|
|
|
|
|
|
|
|
|
2009-11-10 12:57:36 +01:00
|
|
|
unsigned single_width_chars_a_to_b(UCS *, int, int);
|