summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-04-24 19:53:19 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-04-24 19:53:19 +0200
commit76dbdfc7f02096758f63bcb6d306b54d5a2d0d02 (patch)
tree0c9bc6a3e480e952a8817fc8165e8d81fadc5e45 /apt-pkg/contrib/sha256.h
parent3a41eec0084219731dc48d5cf7ecd803ea6d5483 (diff)
* fix problematic use of tolower() when calculating the version
hash by using locale independant tolower_ascii() function. Thanks to M. Vefa Bicakci (LP: #80248) * build fixes for g++-4.4 * include dmesg output in apport package failures
Diffstat (limited to 'apt-pkg/contrib/sha256.h')
-rw-r--r--apt-pkg/contrib/sha256.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/sha256.h b/apt-pkg/contrib/sha256.h
index 1951f053b..5934b5641 100644
--- a/apt-pkg/contrib/sha256.h
+++ b/apt-pkg/contrib/sha256.h
@@ -17,6 +17,7 @@
#include <string>
#include <cstring>
#include <algorithm>
+#include <stdint.h>
using std::string;
using std::min;