From 7ff83a71810233276517bc497e93ac15267bc830 Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 9 Feb 2003 20:18:23 +0000 Subject: linux->osdep git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9381 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/cache2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/cache2.c b/TOOLS/cache2.c index bd2db67a36..0be7b44aa4 100644 --- a/TOOLS/cache2.c +++ b/TOOLS/cache2.c @@ -1,5 +1,5 @@ -// gcc cache2.c ../linux/shmem.o -o cache2 +// gcc cache2.c ../osdep/shmem.o -o cache2 // Initial draft of my new cache system... // includes some simulation code, using usleep() to emulate limited bandwith @@ -11,7 +11,7 @@ #include #include #include -#include "../linux/shmem.h" +#include "../osdep/shmem.h" typedef struct { // constats: -- cgit v1.2.3