diff options
Diffstat (limited to 'bin/named/omapi.c')
-rw-r--r-- | bin/named/omapi.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/named/omapi.c b/bin/named/omapi.c index 3107a029..09238b8a 100644 --- a/bin/named/omapi.c +++ b/bin/named/omapi.c @@ -15,19 +15,17 @@ * SOFTWARE. */ -/* $Id: omapi.c,v 1.10 2000/03/18 02:38:20 tale Exp $ */ +/* $Id: omapi.c,v 1.13 2000/05/08 14:32:57 tale Exp $ */ /* * Principal Author: DCL */ -#include <stdlib.h> -#include <stdarg.h> +#include <config.h> -#include <isc/assertions.h> +#include <isc/event.h> #include <isc/util.h> -#include <named/globals.h> #include <named/log.h> #include <named/omapi.h> #include <named/server.h> |