From c8808af5a0e19e550a1779cb3725a0dcffe0d65b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 13 Oct 2008 15:13:40 +0000 Subject: Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: stream/cache2.c:244: warning: implicit declaration of function `shmem_alloc' stream/cache2.c:265: warning: implicit declaration of function `shmem_free' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27757 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cache2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/cache2.c b/stream/cache2.c index 53749afb5d..aff5a93a6f 100644 --- a/stream/cache2.c +++ b/stream/cache2.c @@ -16,6 +16,7 @@ #include #include +#include "osdep/shmem.h" #include "osdep/timer.h" #ifdef WIN32 #include @@ -26,7 +27,6 @@ static DWORD WINAPI ThreadProc(void* s); static void ThreadProc( void *s ); #else #include -#include "osdep/shmem.h" #endif #include "mp_msg.h" -- cgit v1.2.3