diff options
-rw-r--r-- | apt-pkg/contrib/md5.h | 1 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 3 insertions, 1 deletions
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 <string> #include <algorithm> +#include <stdint.h> 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) -- |