summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2010-08-03 10:10:12 -0700
committerMichael Elkins <me@sigpipe.org>2010-08-03 10:10:12 -0700
commit425904385b0c7963fc8e0a6a191f7e238beb73da (patch)
tree4a82810ba5170f2f2f72abe80eb157b318ed0ade /browser.c
parent58b6ba7d8eeaa50a8243de14876e4eacacd2b17e (diff)
add locale.h for compililng with -std=c99
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser.c b/browser.c
index c05af052..d617ee5d 100644
--- 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 },