mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:59:59 -04:00
removed #include <stdlib.h> from lib/dns/zone.c
This commit is contained in:
parent
c676ec768f
commit
7439c4f402
1 changed files with 1 additions and 2 deletions
|
|
@ -15,13 +15,12 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.620 2011/07/20 14:28:24 ckb Exp $ */
|
||||
/* $Id: zone.c,v 1.621 2011/07/20 16:28:28 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