summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-11 00:01:16 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-11 00:01:31 +0200
commit7fbd4c1079a84e246e2090bb903ade17c4b1ffe2 (patch)
tree6d1d63aaf258affac0a7dd0b9790b902643c437e /tests
parent9afe63b77aba5013dd837b576b1caba302350a92 (diff)
downloadweechat-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.cpp1
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"