From: Ted Lemon Date: Mon, 25 Oct 1999 15:15:35 +0000 (+0000) Subject: Include res_update.h for BIND 8.2.2 and later. X-Git-Tag: BCTEL_SPECIAL_19991124~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69dd0b5aa8ac6b8ae6e13f5f1d21a120093ebbb;p=thirdparty%2Fdhcp.git Include res_update.h for BIND 8.2.2 and later. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 3b40e60a9..9cf140ca4 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -30,6 +30,9 @@ #if defined (NSUPDATE) # include # include +# if __RES >= 19991006 +# include +# endif #endif #include