mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:59:59 -04:00
added #include <stdlib.h> to lib/dns/zone.c
This commit is contained in:
parent
fea318846e
commit
6fc85cd749
1 changed files with 2 additions and 1 deletions
|
|
@ -15,12 +15,13 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.619 2011/07/08 23:47:54 tbox Exp $ */
|
||||
/* $Id: zone.c,v 1.620 2011/07/20 14:28:24 ckb Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#include <config.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <isc/file.h>
|
||||
#include <isc/mutex.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue