package libcdio
merge 461683 461688
tags 461688 + patch
thanks

Attached is a patch to fix libcdio's issues with g++-4.3
-- 
Daniel Schepler
diff -urN libcdio-0.78.2+dfsg1.old/include/cdio++/iso9660.hpp libcdio-0.78.2+dfsg1/include/cdio++/iso9660.hpp
--- libcdio-0.78.2+dfsg1.old/include/cdio++/iso9660.hpp	2006-03-07 21:04:01.000000000 +0000
+++ libcdio-0.78.2+dfsg1/include/cdio++/iso9660.hpp	2008-02-22 00:31:04.000000000 +0000
@@ -30,6 +30,7 @@
 #include <cdio/iso9660.h>
 #include <cdio++/cdio.hpp>
 #include <string.h>
+#include <stdlib.h>
 #include <vector>		// vector class library
 using namespace std;
 

Reply via email to