pipewire: add missing header for setlocale

This commit is contained in:
Pauli Virtanen 2021-04-17 11:43:41 +03:00 committed by Wim Taymans
parent edee633f96
commit b5f75c3ec6

View file

@ -36,6 +36,7 @@
#include <errno.h>
#include <dlfcn.h>
#include <locale.h>
#include <libintl.h>
#include <spa/utils/names.h>