diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-10 16:03:07 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-10 16:03:07 +0200 |
commit | 4f333a8bea2c8431df2ec92001981355623818e8 (patch) | |
tree | 8f0cb2fbbf8a7a285180153e3ad96713a4b1259b /apt-pkg/contrib/md5.cc | |
parent | 646501c8fd4c747b8162b87ecaa8406b1509be84 (diff) |
* make apt build with g++ 4.3
Diffstat (limited to 'apt-pkg/contrib/md5.cc')
-rw-r--r-- | apt-pkg/contrib/md5.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/md5.cc b/apt-pkg/contrib/md5.cc index 44242371a..a095f8f0f 100644 --- a/apt-pkg/contrib/md5.cc +++ b/apt-pkg/contrib/md5.cc @@ -44,6 +44,7 @@ #include <inttypes.h> #include <config.h> #include <system.h> + /*}}}*/ // byteSwap - Swap bytes in a buffer /*{{{*/ |