]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use our own copy of the resolver (shudder).
authorTed Lemon <source@isc.org>
Wed, 2 Feb 2000 05:41:32 +0000 (05:41 +0000)
committerTed Lemon <source@isc.org>
Wed, 2 Feb 2000 05:41:32 +0000 (05:41 +0000)
includes/dhcpd.h

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