tests: add missing include of locale.h

This fixes build of tests on FreeBSD.
master
Sébastien Helleu 2020-04-11 00:01:16 +02:00
parent 9afe63b77a
commit 7fbd4c1079
1 changed files with 1 additions and 0 deletions

View File

@ -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"