diff options
Diffstat (limited to 'lib/libc/ia64/gen/isinf.c')
-rw-r--r-- | lib/libc/ia64/gen/isinf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/ia64/gen/isinf.c b/lib/libc/ia64/gen/isinf.c index 3af80bc..d878905 100644 --- a/lib/libc/ia64/gen/isinf.c +++ b/lib/libc/ia64/gen/isinf.c @@ -1,5 +1,4 @@ /* $NetBSD: isinf.c,v 1.1 1995/02/10 17:50:23 cgd Exp $ */ -/* $FreeBSD$ */ /* * Copyright (c) 1994, 1995 Carnegie-Mellon University. @@ -28,6 +27,9 @@ * rights to redistribute these changes. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/types.h> #include <machine/ieee.h> #include <math.h> |