2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

Include res_update.h for BIND 8.2.2 and later.

This commit is contained in:
Ted Lemon
1999-10-25 15:15:35 +00:00
parent ade8a79a8e
commit c69dd0b5aa

View File

@@ -30,6 +30,9 @@
#if defined (NSUPDATE)
# include <arpa/nameser.h>
# include <resolv.h>
# if __RES >= 19991006
# include <res_update.h>
# endif
#endif
#include <netdb.h>