summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-01-24 23:04:24 +1100
committerMaxime Coste <mawww@kakoune.org>2019-01-24 23:04:31 +1100
commitaa4885fd65724e609e62f3147110e6bbefd1fee2 (patch)
tree99520e2c8f783a09329fb148b83f702248bc704c /src
parentc7f4d4dd271968db46b141ae282cec07dc5a6453 (diff)
Add missing locale include to main.cc
Diffstat (limited to 'src')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index b0b93edb..40fee26b 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -29,6 +29,7 @@
#include "clock.hh"
#include <fcntl.h>
+#include <locale.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>