* fix for #340448
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 23 Nov 2005 15:40:24 +0000 (15:40 +0000)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 23 Nov 2005 15:40:24 +0000 (15:40 +0000)
apt-pkg/contrib/md5.h
debian/changelog

index 9447e99..e280d71 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <string>
 #include <algorithm>
+#include <stdint.h>
 
 using std::string;
 using std::min;
index 92dda62..b67fb49 100644 (file)
@@ -10,7 +10,8 @@ apt (0.6.43) unstable; urgency=low
     (closes: #339533)
   * pkgAcqFile is more flexible now (closes: #57091)
   * support a download rate limit for http (closes: #146877)
-  * imported lots of the speedup changes from #319377
+  * included lots of the speedup changes from #319377
+  * add stdint.h to contrib/md5.h (closes: #340448)
   
  --