Package: readahead Version: 1:1.20060421.1016-1 I found this patch in Ubuntu with a comment stating that it "Fix build failure with g++-4.3". It sound like a fix we want in the Debian package too. I'm not sure if it is needed, so I put it in BTS for review.
diff -pruN 1:0.20050517.0220-1/src/filelist-order.cxx 1:0.20050517.0220-0ubuntu12/src/filelist-order.cxx --- 1:0.20050517.0220-1/src/filelist-order.cxx 2005-05-17 03:12:43.000000000 +0100 +++ 1:0.20050517.0220-0ubuntu12/src/filelist-order.cxx 2008-01-24 14:12:06.000000000 +0000 @@ -19,6 +19,7 @@ #include <iostream> #include <fstream> #include <vector> +#include <cstdlib> #include <assert.h> #include <string.h> Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

