mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
#include <stdlib.h> /* Required on BSD/OS 3.1 for abort() used in va_arg(). */
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user