mirror of https://github.com/mpv-player/mpv
include stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5298 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c99b6c40bb
commit
f9940fc77e
|
@ -1,6 +1,7 @@
|
|||
// Precise timer routines for LINUX (C) LGB & A'rpi/ASTRAL
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <sys/time.h>
|
||||
#include "../config.h"
|
||||
|
|
Loading…
Reference in New Issue