diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-09 22:52:14 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-08-09 22:52:14 +0000 |
| commit | b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e (patch) | |
| tree | bfd25da2b5e0e3f90069a7c95960504ca3ca1fc9 /src/input/libdvdnav/decoder.c | |
| parent | 0a611e34ea42f546efb30669ebd50753845f2fe2 (diff) | |
| download | xine-lib-b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e.tar.gz xine-lib-b75df498f688a6c3e3c2ecd2e3b17af4b1fc8e8e.tar.bz2 | |
change includes from system include to local include where the file is in
our tree now to avoid version clashes
CVS patchset: 2421
CVS date: 2002/08/09 22:52:14
Diffstat (limited to 'src/input/libdvdnav/decoder.c')
| -rw-r--r-- | src/input/libdvdnav/decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/decoder.c b/src/input/libdvdnav/decoder.c index e5e64d0d7..7d01a62f2 100644 --- a/src/input/libdvdnav/decoder.c +++ b/src/input/libdvdnav/decoder.c @@ -18,7 +18,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: decoder.c,v 1.2 2002/08/08 21:55:54 richwareham Exp $ + * $Id: decoder.c,v 1.3 2002/08/09 22:52:14 mroi Exp $ * */ @@ -30,7 +30,7 @@ #include <stdlib.h> #include <inttypes.h> #include <string.h> /* For memset */ -#include <ifo_types.h> /* vm_cmd_t */ +#include "ifo_types.h" /* vm_cmd_t */ #include <assert.h> #include "vmcmd.h" #include "decoder.h" |
