summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-25 23:34:14 +0000
commit74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12 (patch)
tree14b74b2aba36300ceb7826f1aed9bc123c185368 /linux
parent4a83e16d1b21b9ad71ed4c5ecfb77bfccd79247b (diff)
downloadmpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.bz2
mpv-74d8c35e5d1cc8ee47bcb498a88ca4e78612ed12.tar.xz
a few warning fixes (missing #include's)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2477 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 8caf93ec62..79396ec9d0 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 <time.h>
#include <sys/time.h>
int usec_sleep(int usec_delay)