From c4008fdd56a8045802ed125e40a06bf1df9b7fbe Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 27 Feb 2006 23:55:15 +0000 Subject: [PATCH] 1990. [bug] libbind: isc's override of broken gettimeofday() implementions was not always effective. [RT #15709] --- CHANGES | 4 ++++ lib/bind/port_after.h.in | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 06a25e348e..303cc11103 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 0c956b71ed..12d8d2bc34 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