diff --git a/contrib/sdb/pgsql/zonetodb.c b/contrib/sdb/pgsql/zonetodb.c index 3e179f3444..5777c04b46 100644 --- a/contrib/sdb/pgsql/zonetodb.c +++ b/contrib/sdb/pgsql/zonetodb.c @@ -15,7 +15,10 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zonetodb.c,v 1.11 2002/03/19 03:32:08 marka Exp $ */ +/* $Id: zonetodb.c,v 1.12 2002/03/19 15:57:23 marka Exp $ */ + +#include +#include #include #include @@ -29,6 +32,7 @@ #include #include #include +#include #include #include @@ -273,4 +277,5 @@ main(int argc, char **argv) { dns_db_detach(&db); isc_mem_destroy(&mctx); closeandexit(0); + exit(0); }