mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:32:09 -04:00
include <stdlib.h> to get prototype for exit()
This commit is contained in:
parent
fcc3c131e0
commit
5c7d67e3e6
1 changed files with 2 additions and 1 deletions
|
|
@ -15,13 +15,14 @@
|
|||
* 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 <sys/types.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue