You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
206 B

  1. --- a/src/minicom.c
  2. +++ b/src/minicom.c
  3. @@ -31,7 +31,9 @@
  4. #include <getopt.h>
  5. #include <wchar.h>
  6. #include <wctype.h>
  7. +#ifdef HAVE_ICONV
  8. #include <iconv.h>
  9. +#endif
  10. #include <limits.h>
  11. #define EXTERN