update gettext
[apps/madmutt.git] / help.c
diff --git a/help.c b/help.c
index b9b896a..2f13577 100644 (file)
--- a/help.c
+++ b/help.c
@@ -13,7 +13,7 @@
 # include "config.h"
 #endif
 
-#include "lib/intl.h"
+#include <lib-lib/macros.h>
 #include "lib/str.h"
 
 #include "mutt.h"
@@ -22,6 +22,7 @@
 #include "pager.h"
 #include "mapping.h"
 
+#include <wchar.h>
 #include <ctype.h>
 #include <string.h>
 
@@ -281,7 +282,7 @@ void mutt_help (int menu)
 {
   char t[_POSIX_PATH_MAX];
   char buf[SHORT_STRING];
-  char *desc;
+  const char *desc;
   FILE *f;
   struct binding_t *funcs;