summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 00:58:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-24 00:58:27 +0000
commitf9940fc77ed75e0b3d684a2ead154cb98c54c9d9 (patch)
treef095b732460f5c6862d8fc5a2515d99de295f6f2 /linux
parentc99b6c40bb3ba7498041184b9bc033bd0b7121c3 (diff)
downloadmpv-f9940fc77ed75e0b3d684a2ead154cb98c54c9d9.tar.bz2
mpv-f9940fc77ed75e0b3d684a2ead154cb98c54c9d9.tar.xz
include stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5298 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'linux')
-rw-r--r--linux/timer-lx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/timer-lx.c b/linux/timer-lx.c
index 2e4ae82ba4..4321e46bfa 100644
--- a/linux/timer-lx.c
+++ b/linux/timer-lx.c
@@ -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"