summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-11-23 15:40:24 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-11-23 15:40:24 +0000
commitaa97e2e3de4cbc4f5cb9f4191e8947111090492d (patch)
treed3b455118952ed26e3ef2816c51a17db52fe053c
parent171c75f13acc955110a6c4693c7b8fe243709843 (diff)
* fix for #340448
-rw-r--r--apt-pkg/contrib/md5.h1
-rw-r--r--debian/changelog3
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)
--