2
0
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:
David Lawrence
2000-05-24 18:43:29 +00:00
parent e3db271c8d
commit 6b554f7f0d
2 changed files with 5 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>