]> git.saurik.com Git - apt.git/commitdiff
g++ 4.7 fixes
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Jan 2012 14:08:58 +0000 (15:08 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Jan 2012 14:08:58 +0000 (15:08 +0100)
apt-pkg/contrib/hashsum_template.h
cmdline/apt-mark.cc
debian/changelog

index 27d192b82ad92e61c3226bd2b00d30961ed928ad..d2d9f92edfef2439bd31f56cb0fd90e17035341e 100644 (file)
@@ -15,6 +15,8 @@
 #include <algorithm>
 #include <stdint.h>
 
+#include <apt-pkg/strutl.h>
+
 template<int N>
 class HashSumValue
 {
index 339cbdf447c4851d2a46e50c4644b8eec645f980..9a628d71499dedca6f264bde3acc8bfb35d1eae2 100644 (file)
@@ -16,6 +16,7 @@
 #include <apt-pkg/pkgsystem.h>
 
 #include <algorithm>
+#include <unistd.h>
 
 #include <apti18n.h>
                                                                        /*}}}*/
index df50eefbd5c8f2f9a776ebd4df6e037b102093e8..e6389dd06e88da9e66b7e2853eab210cb3b5b8a1 100644 (file)
@@ -9,6 +9,9 @@ apt (0.8.16~exp8) experimental; urgency=low
     - use a pointer-union to peace gcc strict-aliasing warning
   * apt-pkg/deb/deblistparser.cc:
     - M-A: foreign packages provide for other archs, too
+  
+  [ Michael Vogt ]
+  * g++ 4.7 fixes
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Thu, 03 Nov 2011 09:40:29 -0500