diff options
Diffstat (limited to 'japanese/mutt-devel/files/patch-ab')
-rw-r--r-- | japanese/mutt-devel/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/mutt-devel/files/patch-ab b/japanese/mutt-devel/files/patch-ab new file mode 100644 index 000000000000..6c89b0ec2ab6 --- /dev/null +++ b/japanese/mutt-devel/files/patch-ab @@ -0,0 +1,11 @@ +--- charset.c.orig Sun Sep 24 04:54:05 2000 ++++ charset.c Sun Sep 24 04:55:48 2000 +@@ -29,7 +29,7 @@ + #include <unistd.h> + #include <errno.h> + +-#include <iconv.h> ++#include <giconv.h> + + #include "mutt.h" + #include "charset.h" |