Module Name: src Committed By: christos Date: Wed Apr 3 14:54:51 UTC 2024
Modified Files: src/lib/libm/src: s_cbrtl.c Log Message: need <ieeefp.h> for i386. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libm/src/s_cbrtl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libm/src/s_cbrtl.c diff -u src/lib/libm/src/s_cbrtl.c:1.2 src/lib/libm/src/s_cbrtl.c:1.3 --- src/lib/libm/src/s_cbrtl.c:1.2 Tue Apr 2 21:51:01 2024 +++ src/lib/libm/src/s_cbrtl.c Wed Apr 3 10:54:50 2024 @@ -14,10 +14,11 @@ * and David A. Schultz. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: s_cbrtl.c,v 1.2 2024/04/03 01:51:01 christos Exp $"); +__RCSID("$NetBSD: s_cbrtl.c,v 1.3 2024/04/03 14:54:50 christos Exp $"); #include "namespace.h" +#include <ieeefp.h> #include <machine/ieee.h> #include <float.h>