summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
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 /stream/cache2.c
parent0d091760781466c3cb6a3426daecadf8a696fa88 (diff)
downloadmpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.bz2
mpv-cab2e4f5caf454dd5f96eddfaba9c89c5aad51fc.tar.xz
Include corresponding .h in some .c files
Diffstat (limited to 'stream/cache2.c')
-rw-r--r--stream/cache2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cache2.c b/stream/cache2.c
index c90bf09e72..59d6e0aacb 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -16,6 +16,7 @@
#include <sys/types.h>
#include <unistd.h>
+#include "cache2.h"
#include "osdep/timer.h"
#ifdef WIN32
#include <windows.h>