From: Mark Andrews Date: Wed, 9 Jan 2013 11:32:30 +0000 (+1100) Subject: 3456. [port] g++47: aft fails to compile. [RT #32012] X-Git-Tag: v9.10.0a1~600 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ef2aea274a14bd33e722336ed8a15bab0289b1f3;p=thirdparty%2Fbind9.git 3456. [port] g++47: aft fails to compile. [RT #32012] --- diff --git a/CHANGES b/CHANGES index 06fd99dc87e..2938c496a9c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3456. [port] g++47: aft fails to compile. [RT #32012] + 3455. [contrib] queryperf: fix getopt option list. [RT #32338] 3454. [port] sparc64: improve atomic support. [RT #25182] diff --git a/unit/atf-src/atf-c++/detail/ui.cpp b/unit/atf-src/atf-c++/detail/ui.cpp index 83782ac8487..8b6b797663b 100644 --- a/unit/atf-src/atf-c++/detail/ui.cpp +++ b/unit/atf-src/atf-c++/detail/ui.cpp @@ -28,6 +28,8 @@ // extern "C" { +#include + #include #include diff --git a/unit/atf-src/atf-run/user.cpp b/unit/atf-src/atf-run/user.cpp index ec54604f18c..9ba82acf7a9 100644 --- a/unit/atf-src/atf-run/user.cpp +++ b/unit/atf-src/atf-run/user.cpp @@ -28,6 +28,8 @@ // extern "C" { +#include + #include #include diff --git a/unit/atf-src/atf-sh/atf-check.cpp b/unit/atf-src/atf-sh/atf-check.cpp index 4e4f6aad0d0..862bfa28bbd 100644 --- a/unit/atf-src/atf-sh/atf-check.cpp +++ b/unit/atf-src/atf-sh/atf-check.cpp @@ -33,6 +33,7 @@ extern "C" { #include #include +#include } #include