diff options
Diffstat (limited to 'emulators/mtools/files/patch-charsetConv.c')
-rw-r--r-- | emulators/mtools/files/patch-charsetConv.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/mtools/files/patch-charsetConv.c b/emulators/mtools/files/patch-charsetConv.c new file mode 100644 index 000000000000..4b27b6adb235 --- /dev/null +++ b/emulators/mtools/files/patch-charsetConv.c @@ -0,0 +1,10 @@ +--- charsetConv.c.orig 2008-11-19 06:33:11.000000000 +0900 ++++ charsetConv.c 2008-12-09 00:38:26.000000000 +0900 +@@ -5,7 +5,6 @@ + #include "msdos.h" + #include "mtools.h" + +-#include <iconv.h> + #include <stdio.h> + #include <errno.h> + #include <stdlib.h> |