]> granicus.if.org Git - mutt/commitdiff
add locale.h for compililng with -std=c99
authorMichael Elkins <me@sigpipe.org>
Tue, 3 Aug 2010 17:10:12 +0000 (10:10 -0700)
committerMichael Elkins <me@sigpipe.org>
Tue, 3 Aug 2010 17:10:12 +0000 (10:10 -0700)
browser.c

index c05af0524cb250a38163908984e1f2af048b69e2..d617ee5d6e26951368a4bbbff0f1504dc3568de5 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -40,6 +40,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <errno.h>
+#include <locale.h>
 
 static struct mapping_t FolderHelp[] = {
   { N_("Exit"),  OP_EXIT },