diff options
Diffstat (limited to 'lib/libm/common_source/expm1.c')
-rw-r--r-- | lib/libm/common_source/expm1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libm/common_source/expm1.c b/lib/libm/common_source/expm1.c index 8a84f14..d50e95b 100644 --- a/lib/libm/common_source/expm1.c +++ b/lib/libm/common_source/expm1.c @@ -31,6 +31,9 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #ifndef lint static char sccsid[] = "@(#)expm1.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ |