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