Michael Vogt лет назад: 17
Родитель
Сommit
526334a0e1
3 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      apt-pkg/acquire.cc
  2. 1 0
      apt-pkg/contrib/sha256.h
  3. 1 1
      debian/changelog

+ 2 - 1
apt-pkg/acquire.cc

@@ -24,7 +24,8 @@
 
 
 #include <iostream>
 #include <iostream>
 #include <sstream>
 #include <sstream>
-    
+#include <stdio.h>
+
 #include <dirent.h>
 #include <dirent.h>
 #include <sys/time.h>
 #include <sys/time.h>
 #include <errno.h>
 #include <errno.h>

+ 1 - 0
apt-pkg/contrib/sha256.h

@@ -17,6 +17,7 @@
 #include <string>
 #include <string>
 #include <cstring>
 #include <cstring>
 #include <algorithm>
 #include <algorithm>
+#include <stdint.h>
 
 
 using std::string;
 using std::string;
 using std::min;
 using std::min;

+ 1 - 1
debian/changelog

@@ -51,7 +51,7 @@ apt (0.7.21) UNRELEASED; urgency=low
   * fix problematic use of tolower() when calculating the version 
   * fix problematic use of tolower() when calculating the version 
     hash by using locale independant tolower_ascii() function. 
     hash by using locale independant tolower_ascii() function. 
     Thanks to M. Vefa Bicakci (LP: #80248)
     Thanks to M. Vefa Bicakci (LP: #80248)
-    
+  * build fixes for g++-4.4
 
 
   [ Dereck Wonnacott ]
   [ Dereck Wonnacott ]
   * apt-ftparchive might write corrupt Release files (LP: #46439)
   * apt-ftparchive might write corrupt Release files (LP: #46439)