minicom: Import 2.3 from packages and update to 2.7.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2014-06-12 17:31:16 +02:00
parent 41381e27bf
commit fa7fae7495
2 changed files with 57 additions and 0 deletions
@@ -0,0 +1,12 @@
--- a/src/minicom.c
+++ b/src/minicom.c
@@ -31,7 +31,9 @@
#include <getopt.h>
#include <wchar.h>
#include <wctype.h>
+#ifdef HAVE_ICONV
#include <iconv.h>
+#endif
#include <limits.h>
#define EXTERN