2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

include stdlib.h for exit()

This commit is contained in:
David Lawrence
2000-06-08 20:36:58 +00:00
parent d10733a5a3
commit 7a932015dc

View File

@@ -24,9 +24,11 @@
#include <config.h>
#include <stdlib.h>
#include <isc/app.h>
#include <isc/mem.h>
#include <isc/string.h> /* Required for HP/UX (and others?) */
#include <isc/string.h>
#include <isc/task.h>
#include <isc/timer.h>
#include <isc/util.h>