2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

include <stdlib.h> to get prototype for exit()

This commit is contained in:
Bob Halley
2001-01-17 19:48:45 +00:00
parent fcc3c131e0
commit 5c7d67e3e6

View File

@@ -15,13 +15,14 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: app.c,v 1.38 2001/01/17 00:48:54 bwelling Exp $ */ /* $Id: app.c,v 1.39 2001/01/17 19:48:45 halley Exp $ */
#include <config.h> #include <config.h>
#include <sys/types.h> #include <sys/types.h>
#include <stddef.h> #include <stddef.h>
#include <stdlib.h>
#include <errno.h> #include <errno.h>
#include <unistd.h> #include <unistd.h>
#include <signal.h> #include <signal.h>