move mutt_get_parameter -> parameter_getval into mime.c
[apps/madmutt.git] / lib-ui / enter.c
index 3eb1f13..d6707a6 100644 (file)
@@ -12,6 +12,9 @@
 # include "config.h"
 #endif
 
+#include <wctype.h>
+#include <wchar.h>
+
 #include <lib-lib/mem.h>
 
 #include "curses.h"
 #include "menu.h"
 
 #include "mutt.h"
+#include "alias.h"
 #include "keymap.h"
 #include "history.h"
 #include "buffy.h"
 
-
-#include <string.h>
-
 /* redraw flags for mutt_enter_string() */
 enum {
   M_REDRAW_INIT = 1,            /* go to end of line and redraw */