]> git.saurik.com Git - apt.git/commitdiff
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 38944bbacd63efcbdcbf75f3e533c0a77a80ac81..2e6bd3401f1a913621ca381f1c6ac7747ebbc5bb 100644 (file)
@@ -24,7 +24,8 @@
 
 #include <iostream>
 #include <sstream>
-    
+#include <stdio.h>
+
 #include <dirent.h>
 #include <sys/time.h>
 #include <errno.h>
index 1951f053bf1b15b8216dec13e4971fe45275f975..5934b5641dccba20c896252cc460f29f49d74091 100644 (file)
@@ -17,6 +17,7 @@
 #include <string>
 #include <cstring>
 #include <algorithm>
+#include <stdint.h>
 
 using std::string;
 using std::min;
index 45804bc638ab858489d8ee9317ee65bc8265f590..7e953aa9b62bf7b8d846b7c8150e3916af337ed7 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)