1 2 3 4 5 6 7 8 9 10 11
--- rfc2047.c.orig Sun Feb 4 21:04:05 2001 +++ rfc2047.c Sun Feb 4 21:08:22 2001 @@ -24,7 +24,7 @@ #include <ctype.h> #include <errno.h> -#include <iconv.h> +#include <giconv.h> #include <stdio.h> #include <stdlib.h> #include <string.h>