diff options
author | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-01-01 02:43:56 +0000 |
---|---|---|
committer | Rocky Bernstein <rockyb@users.sourceforge.net> | 2005-01-01 02:43:56 +0000 |
commit | 01d976496634a07467382bfb7c621f95792946b7 (patch) | |
tree | 39bf1a66b7f7517e27f2da388ed99a20d5b1f450 /src/input/vcd/libcdio/xa.c | |
parent | 5c8aac6caa78d6ea1a635ba6a0162d2c41b20a74 (diff) | |
download | xine-lib-01d976496634a07467382bfb7c621f95792946b7.tar.gz xine-lib-01d976496634a07467382bfb7c621f95792946b7.tar.bz2 |
Update internal (and messy) copies to libcdio 0.71 and
vcdimager 0.7.21.
CVS patchset: 7313
CVS date: 2005/01/01 02:43:56
Diffstat (limited to 'src/input/vcd/libcdio/xa.c')
-rw-r--r-- | src/input/vcd/libcdio/xa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libcdio/xa.c b/src/input/vcd/libcdio/xa.c index dbf8abd3c..f811f7ebd 100644 --- a/src/input/vcd/libcdio/xa.c +++ b/src/input/vcd/libcdio/xa.c @@ -1,5 +1,5 @@ /* - $Id: xa.c,v 1.2 2004/04/11 12:20:31 miguelfreitas Exp $ + $Id: xa.c,v 1.3 2005/01/01 02:43:57 rockyb Exp $ Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> Copyright (C) 2003 Rocky Bernstein <rocky@panix.com> @@ -31,10 +31,10 @@ /* Public headers */ #include <cdio/iso9660.h> #include <cdio/util.h> +#include <cdio/bytesex.h> /* Private headers */ #include "cdio_assert.h" -#include "bytesex.h" #define BUF_COUNT 16 #define BUF_SIZE 80 |