mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libmediainfo: fix musl
This commit is contained in:
parent
0ddfd11084
commit
3043b65320
1 changed files with 12 additions and 0 deletions
12
srcpkgs/libmediainfo/patches/musl.patch
Normal file
12
srcpkgs/libmediainfo/patches/musl.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- a/Source/MediaInfo/MediaInfo_Internal.cpp
|
||||||
|
+++ b/Source/MediaInfo/MediaInfo_Internal.cpp
|
||||||
|
@@ -75,8 +75,8 @@
|
||||||
|
#elif defined(_POSIX_PRIORITY_SCHEDULING)
|
||||||
|
#include <sched.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
- #include <signal.h>
|
||||||
|
#endif //_POSIX_PRIORITY_SCHEDULING
|
||||||
|
+ #include <signal.h>
|
||||||
|
#include <ctime>
|
||||||
|
#endif
|
||||||
|
using namespace ZenLib;
|
Loading…
Add table
Reference in a new issue