Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 133738fd1ec1a496d35c2af5039a0eb4 > files > 2

apt-0.5.15lorg3.94-32.mga7.src.rpm

diff -p -up apt-0.5.15lorg3.94pt/apt-pkg/pkgcache.h.glibc2_16 apt-0.5.15lorg3.94pt/apt-pkg/pkgcache.h
--- apt-0.5.15lorg3.94pt/apt-pkg/pkgcache.h.glibc2_16	2009-02-24 11:46:07.000000000 +0100
+++ apt-0.5.15lorg3.94pt/apt-pkg/pkgcache.h	2012-12-11 16:55:21.545400301 +0100
@@ -21,6 +21,7 @@
 
 #include <string>
 #include <time.h>
+#include <stdio.h>
 #include <apt-pkg/mmap.h>
 
 using std::string;
diff -p -up apt-0.5.15lorg3.94pt/apt-pkg/contrib/progress.h.glibc2_16 apt-0.5.15lorg3.94pt/apt-pkg/contrib/progress.h
--- apt-0.5.15lorg3.94pt/apt-pkg/contrib/progress.h.glibc2_16	2009-02-24 11:46:07.000000000 +0100
+++ apt-0.5.15lorg3.94pt/apt-pkg/contrib/progress.h	2012-12-11 16:56:02.049954783 +0100
@@ -24,6 +24,7 @@
 #include <map>
 #include <string>
 #include <sys/time.h>
+#include <stdio.h>
 
 using std::string;
 using std::map;
diff -p -up apt-0.5.15lorg3.94pt/apt-pkg/srcrecords.h.glibc2_16 apt-0.5.15lorg3.94pt/apt-pkg/srcrecords.h
--- apt-0.5.15lorg3.94pt/apt-pkg/srcrecords.h.glibc2_16	2009-02-24 11:46:07.000000000 +0100
+++ apt-0.5.15lorg3.94pt/apt-pkg/srcrecords.h	2012-12-11 17:00:02.118313849 +0100
@@ -15,6 +15,7 @@
 
 #include <string>
 #include <vector>    
+#include <stdio.h>
 
 using std::string;
 using std::vector;