diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-31 18:56:26 -0800 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-31 18:56:26 -0800 |
commit | aea7f4c877f3091180ad5f418793f796bb82f255 (patch) | |
tree | 3913ac47c75f51533d9e74f093335f7f9cfc04ac /apt-pkg/contrib/sha1.cc | |
parent | 2893f7b5ec6b2220ccfca6b9648482a6df926eca (diff) |
merge r1966..1967 from lp:~donkult/apt/sid
Diffstat (limited to 'apt-pkg/contrib/sha1.cc')
-rw-r--r-- | apt-pkg/contrib/sha1.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/sha1.cc b/apt-pkg/contrib/sha1.cc index b70f31dc6..eae52d52f 100644 --- a/apt-pkg/contrib/sha1.cc +++ b/apt-pkg/contrib/sha1.cc @@ -31,12 +31,12 @@ // Include Files /*{{{*/ #include <apt-pkg/sha1.h> #include <apt-pkg/strutl.h> +#include <apt-pkg/macros.h> #include <string.h> #include <unistd.h> #include <inttypes.h> #include <config.h> -#include <system.h> /*}}}*/ // SHA1Transform - Alters an existing SHA-1 hash /*{{{*/ |