diff options
author | Shawn Routhier <sar@isc.org> | 2009-10-28 04:12:30 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2009-10-28 04:12:30 +0000 |
commit | 98bf16077d22f28e288a18e184a9d1f97cb5f4f7 (patch) | |
tree | b38c8282016ec1526d59abe313ff8317da4c21b6 /tests | |
parent | 571c38b093626507112330e197dbbd318ba43a57 (diff) | |
download | isc-dhcp-98bf16077d22f28e288a18e184a9d1f97cb5f4f7.tar.gz |
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
dnslib.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/t_api.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/t_api.c b/tests/t_api.c index 0211b834..23a4312a 100644 --- a/tests/t_api.c +++ b/tests/t_api.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_api.c,v 1.3 2009/01/22 00:43:58 sar Exp $ */ +/* $Id: t_api.c,v 1.4 2009/10/28 04:12:30 sar Exp $ */ /*! \file */ @@ -43,15 +43,15 @@ #include <sys/wait.h> -#include <isc-dhcp/boolean.h> -#include <isc-dhcp/commandline.h> -#include <isc-dhcp/print.h> -#include <isc-dhcp/string.h> -#include <isc-dhcp/mem.h> +#include <isc/boolean.h> +#include <isc/commandline.h> +#include <isc/print.h> +#include <isc/string.h> +#include <isc/mem.h> #ifdef DNS_SUPPORT #include <dns/compress.h> -#include <dns/result.h> +#include <omapip/result.h> #endif /* DNS_SUPPORT */ #ifndef BIND_SUPPORT |