1
0
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:
wm4 2014-06-13 12:26:32 +02:00
parent b7bedbbc36
commit 85cd114e54

View File

@ -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>