summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 13:46:01 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 13:46:01 +0300
commitcab2e4f5caf454dd5f96eddfaba9c89c5aad51fc (patch)
treea1f90dc3c801b6618756f1f0e209c0d4f8429e00 /osdep
parent0d091760781466c3cb6a3426daecadf8a696fa88 (diff)
downloadmpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.bz2
mpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.xz
Include corresponding .h in some .c files
Diffstat (limited to 'osdep')
-rw-r--r--osdep/timer-linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/timer-linux.c b/osdep/timer-linux.c
index 972049ac5f..6e066711d5 100644
--- a/osdep/timer-linux.c
+++ b/osdep/timer-linux.c
@@ -8,6 +8,7 @@
#include <time.h>
#include <sys/time.h>
#include "config.h"
+#include "timer.h"
const char timer_name[] =
#ifdef HAVE_NANOSLEEP