From: Michael Vogt Date: Wed, 23 Nov 2005 15:40:24 +0000 (+0000) Subject: * fix for #340448 X-Git-Tag: 0.7.24ubuntu1~286^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/aa97e2e3de4cbc4f5cb9f4191e8947111090492d?hp=-c * fix for #340448 --- aa97e2e3de4cbc4f5cb9f4191e8947111090492d diff --git a/apt-pkg/contrib/md5.h b/apt-pkg/contrib/md5.h index 9447e9956..e280d714e 100644 --- a/apt-pkg/contrib/md5.h +++ b/apt-pkg/contrib/md5.h @@ -29,6 +29,7 @@ #include #include +#include using std::string; using std::min; diff --git a/debian/changelog b/debian/changelog index 92dda6232..b67fb4909 100644 --- a/debian/changelog +++ b/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) --