]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3456. [port] g++47: aft fails to compile. [RT #32012]
authorMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 11:32:30 +0000 (22:32 +1100)
committerMark Andrews <marka@isc.org>
Wed, 9 Jan 2013 11:33:39 +0000 (22:33 +1100)
CHANGES
unit/atf-src/atf-c++/detail/ui.cpp
unit/atf-src/atf-run/user.cpp
unit/atf-src/atf-sh/atf-check.cpp

diff --git a/CHANGES b/CHANGES
index ed1c40f30a7e154df4cc5f0d7c4c14933c97e4ac..37730a9c05fb047c50e924451303fe92a24951f5 100644 (file)
--- 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]
index 83782ac84874069beaeb7e821c5d6d3f8b20496a..8b6b797663b04c50cb63fd8bd0d47f9516daba3b 100644 (file)
@@ -28,6 +28,8 @@
 //
 
 extern "C" {
+#include <unistd.h>
+
 #include <sys/ioctl.h>
 
 #include <termios.h>
index ec54604f18c162c52b36b2c0bdd86e1ffaf0e3b9..9ba82acf7a9d5cc4e3ae83c2bf9cc080b791ae25 100644 (file)
@@ -28,6 +28,8 @@
 //
 
 extern "C" {
+#include <unistd.h>
+
 #include <sys/types.h>
 
 #include <pwd.h>
index 4e4f6aad0d05cd15891fafe95130cceb661cf79e..862bfa28bbd0a58a2cebc54e288447a0246ed185 100644 (file)
@@ -33,6 +33,7 @@ extern "C" {
 
 #include <limits.h>
 #include <signal.h>
+#include <unistd.h>
 }
 
 #include <cerrno>