mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 01:28:05 -04:00
3456. [port] g++47: aft fails to compile. [RT #32012]
This commit is contained in:
parent
6018bd957d
commit
ef2aea274a
4 changed files with 7 additions and 0 deletions
2
CHANGES
2
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]
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
//
|
||||
|
||||
extern "C" {
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <termios.h>
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
//
|
||||
|
||||
extern "C" {
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <pwd.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ extern "C" {
|
|||
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
}
|
||||
|
||||
#include <cerrno>
|
||||
|
|
|
|||
Loading…
Reference in a new issue