diff options
Diffstat (limited to 'src/input/read_cache.h')
-rw-r--r-- | src/input/read_cache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/read_cache.h b/src/input/read_cache.h index 7cd3da4ac..b993868fd 100644 --- a/src/input/read_cache.h +++ b/src/input/read_cache.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: read_cache.h,v 1.1 2001/09/11 00:57:11 guenter Exp $ + * $Id: read_cache.h,v 1.2 2001/09/11 09:58:15 jkeil Exp $ */ #ifndef HAVE_READ_CACHE_H @@ -25,7 +25,7 @@ #include <inttypes.h> #include <sys/types.h> -#include <xine/buffer.h> +#include "buffer.h" typedef struct read_cache_s read_cache_t; |