tags 417488 + patch
thanks

--- apt-pkg/contrib/cdromutl.cc~        2007-04-05 11:10:50.000000000 +0200
+++ apt-pkg/contrib/cdromutl.cc 2007-04-05 11:11:01.000000000 +0200
@@ -34,6 +34,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <stdio.h>
+#include <stdlib.h>
                                                                        /*}}}*/
 
 // IsMounted - Returns true if the mount point is mounted              /*{{{*/
--- apt-pkg/contrib/fileutl.cc~ 2007-04-05 11:11:26.000000000 +0200
+++ apt-pkg/contrib/fileutl.cc  2007-04-05 11:11:36.000000000 +0200
@@ -21,6 +21,7 @@
 #include <apt-pkg/error.h>
 #include <apt-pkg/sptr.h>
 
+#include <cstdlib>
 #include <iostream>
 #include <unistd.h>
 #include <fcntl.h>
--- apt-pkg/init.cc~    2007-04-05 11:14:47.000000000 +0200
+++ apt-pkg/init.cc     2007-04-05 11:14:55.000000000 +0200
@@ -12,6 +12,7 @@
 #include <apt-pkg/fileutl.h>
 #include <apt-pkg/error.h>
 
+#include <cstdlib>
 #include <apti18n.h>
 #include <config.h>
 #include <sys/stat.h>

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to