mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
#include <stdlib.h> /* Required on BSD/OS 3.1 for abort() used in va_arg(). */
This commit is contained in:
parent
e3db271c8d
commit
6b554f7f0d
2 changed files with 5 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: data.c,v 1.12 2000/05/08 14:38:10 tale Exp $ */
|
||||
/* $Id: data.c,v 1.13 2000/05/24 18:43:28 tale Exp $ */
|
||||
|
||||
/* Principal Author: Ted Lemon */
|
||||
|
||||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h> /* Required on BSD/OS 3.1 for abort() used in va_arg(). */
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/string.h>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: generic.c,v 1.13 2000/05/08 14:38:11 tale Exp $ */
|
||||
/* $Id: generic.c,v 1.14 2000/05/24 18:43:29 tale Exp $ */
|
||||
|
||||
/* Principal Author: Ted Lemon */
|
||||
|
||||
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdlib.h> /* Required on BSD/OS 3.1 for abort() used in va_arg(). */
|
||||
|
||||
#include <isc/mem.h>
|
||||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue