tests: add missing locale.h include

This commit is contained in:
Christian Hergert
2020-02-20 10:59:57 -08:00
parent 59942e6fa6
commit 1017fed467
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <glib/gi18n.h>
#include <locale.h>
#include <stddef.h>
#include <rax.h>
#include <sysprof.h>

View File

@ -21,6 +21,7 @@
#include "config.h"
#include <glib/gi18n.h>
#include <locale.h>
#include <stddef.h>
#include <rax.h>
#include <sysprof.h>