read.h needs <sys/types.h> Add it into cdio_config.h and include only

once.  Fixed based on observation and suggestion of Steve Schultz.
This commit is contained in:
rocky
2006-01-21 12:02:55 +00:00
parent fe1bef3563
commit 6a83b97a27
5 changed files with 33 additions and 17 deletions

8
NEWS
View File

@@ -1,4 +1,4 @@
$Id: NEWS,v 1.88 2006/01/14 10:39:34 rocky Exp $
$Id: NEWS,v 1.89 2006/01/21 12:02:55 rocky Exp $
version 0.77cvs
=====================================
@@ -24,6 +24,10 @@ version 0.77cvs
- Doxygen formatting improvements.
- Misc bugs: fixed bincue driver caused core dump on set_speed and
set_blocksize. read.h didn't make sure off_t was defined. Switch from
fseek to lseek.
version 0.76
=====================================
2005-09-23
@@ -311,4 +315,4 @@ version 0.1
Routines split off from VCDImager.
$Id: NEWS,v 1.88 2006/01/14 10:39:34 rocky Exp $
$Id: NEWS,v 1.89 2006/01/21 12:02:55 rocky Exp $