In C++ read.h needs <sys/types.h>. Don't know if this should be fixed

here (where we could concievably check for HAVE_SYS_TYPES_H or in
read.h (where it would be inde via cdio_config.h, but for now we'll do
it this way.
This commit is contained in:
rocky
2006-01-05 22:01:44 +00:00
parent 99ea8b6fbe
commit fe54e2baa8

View File

@@ -1,2 +1,3 @@
#include <sys/types.h>
#include <cdio++/cdio.hpp>