package dvd+rw-tools tags 456551 + patch thanks
The attached patch fixes dvd+rw-tools compilation for me. -- Daniel Schepler
diff -urN dvd+rw-tools-7.0.old/transport.hxx dvd+rw-tools-7.0/transport.hxx
--- dvd+rw-tools-7.0.old/transport.hxx 2006-09-23 11:29:07.000000000 +0000
+++ dvd+rw-tools-7.0/transport.hxx 2007-12-16 16:08:26.000000000 +0000
@@ -16,6 +16,7 @@
#include <fcntl.h>
#include <poll.h>
#include <sys/time.h>
+#include <limits.h>
inline long getmsecs()
{ struct timeval tv;

