build fixes for g++-4.4
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 24 Apr 2009 08:12:36 +0000 (10:12 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 24 Apr 2009 08:12:36 +0000 (10:12 +0200)
apt-pkg/acquire.cc
apt-pkg/contrib/sha256.h
debian/changelog

index 38944bb..2e6bd34 100644 (file)
@@ -24,7 +24,8 @@
 
 #include <iostream>
 #include <sstream>
-    
+#include <stdio.h>
+
 #include <dirent.h>
 #include <sys/time.h>
 #include <errno.h>
index 1951f05..5934b56 100644 (file)
@@ -17,6 +17,7 @@
 #include <string>
 #include <cstring>
 #include <algorithm>
+#include <stdint.h>
 
 using std::string;
 using std::min;
index 45804bc..7e953aa 100644 (file)
@@ -51,7 +51,7 @@ apt (0.7.21) UNRELEASED; urgency=low
   * fix problematic use of tolower() when calculating the version 
     hash by using locale independant tolower_ascii() function. 
     Thanks to M. Vefa Bicakci (LP: #80248)
-    
+  * build fixes for g++-4.4
 
   [ Dereck Wonnacott ]
   * apt-ftparchive might write corrupt Release files (LP: #46439)