mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 12:22:22 +00:00
tv: add missing header for clock_gettime
Not sure how this symbol becomes visible in glibc (probably accidental or mandatory recursive inclusion via the other standard or Linux- specific headers), but normally this include file is needed to get the symbol.
This commit is contained in:
parent
b7bedbbc36
commit
85cd114e54
@ -40,6 +40,7 @@ known issues:
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user