From: Mark Andrews Date: Mon, 27 Feb 2006 23:55:15 +0000 (+0000) Subject: 1990. [bug] libbind: isc's override of broken gettimeofday() X-Git-Tag: v9.4.0a4~44^2~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c4008fdd56a8045802ed125e40a06bf1df9b7fbe;p=thirdparty%2Fbind9.git 1990. [bug] libbind: isc's override of broken gettimeofday() implementions was not always effective. [RT #15709] --- diff --git a/CHANGES b/CHANGES index 06a25e348e3..303cc11103c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1990. [bug] libbind: isc's override of broken gettimeofday() + implementions was not always effective. + [RT #15709] + 1989. [bug] win32: don't check the service password when re-installing. [RT #15882] diff --git a/lib/bind/port_after.h.in b/lib/bind/port_after.h.in index 0c956b71ed0..12d8d2bc347 100644 --- a/lib/bind/port_after.h.in +++ b/lib/bind/port_after.h.in @@ -5,6 +5,7 @@ #include #include #include +#include #if (!defined(BSD)) || (BSD < 199306) #include #endif