Some of the patches from Thomash Schmitt on http://lists.gnu.org/archive/html/libcdio-devel/2010-05/msg00005.html. More later when I get back to the states.

This commit is contained in:
R. Bernstein
2010-05-30 01:24:59 -04:00
parent 9fff09c8fe
commit 789a90472a
6 changed files with 19 additions and 18 deletions

View File

@@ -18,8 +18,10 @@
*/
/* Access routines */
#include <cdio/bytesex.h>
/* udf_private.h has to come first else _FILE_OFFSET_BITS are redefined in
say opensolaris. */
#include "udf_private.h"
#include <cdio/bytesex.h>
#include "udf_fs.h"
#ifdef HAVE_STRING_H