* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "fmt_rfc2047.h"
+#include "check_charset.h"
+#include "h/utils.h"
#ifdef HAVE_ICONV
# include <iconv.h>
#endif
if (!strchr (str, '='))
return 0;
+#ifdef HAVE_ICONV
bool use_iconv = false; /* are we converting encoding with iconv? */
+#endif
bool between_encodings = false;
bool equals_pending = false;
for (p = str, q = dst; *p; p++) {