From 98bf16077d22f28e288a18e184a9d1f97cb5f4f7 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Wed, 28 Oct 2009 04:12:30 +0000 Subject: Support for asynchronous ddns per ticket 19216 - convert to using isclib and dnslib. --- omapip/test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'omapip/test.c') diff --git a/omapip/test.c b/omapip/test.c index 4bdefdec..ccd3c7a6 100644 --- a/omapip/test.c +++ b/omapip/test.c @@ -37,9 +37,10 @@ #include #include #include -#include +#include #include #include +#include int main (int argc, char **argv) { @@ -47,6 +48,8 @@ int main (int argc, char **argv) omapi_object_t *connection = (omapi_object_t*)0; isc_result_t status; + dhcp_context_create(); + omapi_init (); if (argc > 1 && !strcmp (argv [1], "listen")) { -- cgit v1.2.1