Michael Vogt лет назад: 14
Родитель
Сommit
5c6ceb4557
3 измененных файлов с 6 добавлено и 0 удалено
  1. 2 0
      apt-pkg/contrib/hashsum_template.h
  2. 1 0
      cmdline/apt-mark.cc
  3. 3 0
      debian/changelog

+ 2 - 0
apt-pkg/contrib/hashsum_template.h

@@ -17,6 +17,8 @@
 #include <algorithm>
 #include <algorithm>
 #include <stdint.h>
 #include <stdint.h>
 
 
+#include <apt-pkg/strutl.h>
+
 #ifndef APT_8_CLEANER_HEADERS
 #ifndef APT_8_CLEANER_HEADERS
 using std::string;
 using std::string;
 using std::min;
 using std::min;

+ 1 - 0
cmdline/apt-mark.cc

@@ -16,6 +16,7 @@
 #include <apt-pkg/pkgsystem.h>
 #include <apt-pkg/pkgsystem.h>
 
 
 #include <algorithm>
 #include <algorithm>
+#include <unistd.h>
 
 
 #include <apti18n.h>
 #include <apti18n.h>
 									/*}}}*/
 									/*}}}*/

+ 3 - 0
debian/changelog

@@ -35,6 +35,9 @@ apt (0.8.16~exp9) UNRELEASED; urgency=low
     - drop the explicit export of gz-compression handling
     - drop the explicit export of gz-compression handling
   * apt-pkg/cdrom.cc:
   * apt-pkg/cdrom.cc:
     - support InRelease files on cdrom
     - support InRelease files on cdrom
+  
+  [ Michael Vogt ]
+  * g++ 4.7 fixes
 
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Sun, 11 Dec 2011 19:34:58 +0100
  -- David Kalnischkies <kalnischkies@gmail.com>  Sun, 11 Dec 2011 19:34:58 +0100