Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libm/src/s_ceilf.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libm/src/s_ceilf.c 1995/05/10 20:46:55 1.4 +++ src/lib/libm/src/s_ceilf.c 1997/10/09 11:31:19 1.5 @@ -13,8 +13,9 @@ * ==================================================== */ +#include #if defined(LIBM_SCCS) && !defined(lint) -static char rcsid[] = "$NetBSD: s_ceilf.c,v 1.4 1995/05/10 20:46:55 jtc Exp $"; +__RCSID("$NetBSD: s_ceilf.c,v 1.5 1997/10/09 11:31:19 lukem Exp $"); #endif #include "math.h"