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

Use our own copy of the resolver (shudder).

This commit is contained in:
Ted Lemon 2000-02-02 05:41:32 +00:00
parent 32e99078d8
commit c7315f8d75

View File

@ -47,8 +47,7 @@
#include "arpa/nameser.h" #include "arpa/nameser.h"
#if defined (NSUPDATE) #if defined (NSUPDATE)
# include <resolv.h> # include "minires/minires.h"
# include <res_update.h>
#endif #endif
#include "dhcp.h" #include "dhcp.h"