diff options
Diffstat (limited to 'src/input/libdvdnav/dvd_reader.h')
| -rw-r--r-- | src/input/libdvdnav/dvd_reader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/libdvdnav/dvd_reader.h b/src/input/libdvdnav/dvd_reader.h index edd18da77..9bfba3ee1 100644 --- a/src/input/libdvdnav/dvd_reader.h +++ b/src/input/libdvdnav/dvd_reader.h @@ -29,6 +29,7 @@ #endif #include <sys/types.h> +#include <inttypes.h> /** * The DVD access interface. @@ -166,7 +167,7 @@ ssize_t DVDReadBlocks( dvd_file_t *, int, size_t, unsigned char * ); * * offset_set = DVDFileSeek(dvd_file, seek_offset); */ -int DVDFileSeek( dvd_file_t *, int ); +int32_t DVDFileSeek( dvd_file_t *, int32_t ); /** * Reads the given number of bytes from the file. This call can only be used |
