From f43d714ada4c8785e490c4e9daffbf83cd6143e8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 1 Feb 2000 23:18:52 +0000 Subject: [PATCH] #include as va_arg may call abort(): BSDI 3.1 --- lib/omapi/data.c | 3 ++- lib/omapi/listener.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/omapi/data.c b/lib/omapi/data.c index e908daf967..678e2fba44 100644 --- a/lib/omapi/data.c +++ b/lib/omapi/data.c @@ -15,13 +15,14 @@ * SOFTWARE. */ -/* $Id: data.c,v 1.6 2000/01/31 18:52:43 gson Exp $ */ +/* $Id: data.c,v 1.7 2000/02/01 23:18:51 marka Exp $ */ /* Principal Author: Ted Lemon */ /* * Functions supporting memory allocation for the object management protocol. */ +#include /* abort() */ #include /* memset */ #include diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index 5af1472fac..900f18dc52 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -18,7 +18,7 @@ /* * Subroutines that support the generic listener object. */ -#include /* NULL */ +#include /* NULL and abort() */ #include /* memset */ #include