mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kutils: include locale header for setlocale() in kmediaplayer source
fixes build on FreeBSD Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e3cb8c7607
commit
b6e1f0f867
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <QApplication>
|
||||
|
||||
#if defined(HAVE_MPV)
|
||||
#include <locale.h>
|
||||
#include <mpv/client.h>
|
||||
#include "qthelper.hpp"
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue