diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-01-24 23:04:24 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-01-24 23:04:31 +1100 |
| commit | aa4885fd65724e609e62f3147110e6bbefd1fee2 (patch) | |
| tree | 99520e2c8f783a09329fb148b83f702248bc704c /src | |
| parent | c7f4d4dd271968db46b141ae282cec07dc5a6453 (diff) | |
Add missing locale include to main.cc
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 1 |
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> |
