1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 15:22:09 +00:00

include stdlib.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5298 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-24 00:58:27 +00:00
parent c99b6c40bb
commit f9940fc77e

View File

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