diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-11 00:01:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-11 00:01:31 +0200 |
commit | 7fbd4c1079a84e246e2090bb903ade17c4b1ffe2 (patch) | |
tree | 6d1d63aaf258affac0a7dd0b9790b902643c437e /tests | |
parent | 9afe63b77aba5013dd837b576b1caba302350a92 (diff) | |
download | weechat-7fbd4c1079a84e246e2090bb903ade17c4b1ffe2.zip |
tests: add missing include of locale.h
This fixes build of tests on FreeBSD.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/core/test-core-calc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/core/test-core-calc.cpp b/tests/unit/core/test-core-calc.cpp index da6e35aab..8a0d4c9b1 100644 --- a/tests/unit/core/test-core-calc.cpp +++ b/tests/unit/core/test-core-calc.cpp @@ -25,6 +25,7 @@ extern "C" { #include <stdio.h> #include <string.h> +#include <locale.h> #include "src/core/wee-arraylist.h" #include "src/core/wee-calc.h" |