Michael Vogt лет назад: 20
Родитель
Сommit
aa97e2e3de
2 измененных файлов с 3 добавлено и 1 удалено
  1. 1 0
      apt-pkg/contrib/md5.h
  2. 2 1
      debian/changelog

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

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

+ 2 - 1
debian/changelog

@@ -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)
   
  --