diff options
Diffstat (limited to 'lib/libc/arch/vax/gen/isnormal.c')
-rw-r--r-- | lib/libc/arch/vax/gen/isnormal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/vax/gen/isnormal.c b/lib/libc/arch/vax/gen/isnormal.c index 8818f11e4b6..1c8070ceaf9 100644 --- a/lib/libc/arch/vax/gen/isnormal.c +++ b/lib/libc/arch/vax/gen/isnormal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isnormal.c,v 1.2 2008/12/09 19:52:34 martynas Exp $ */ +/* $OpenBSD: isnormal.c,v 1.3 2008/12/10 01:15:02 martynas Exp $ */ /* * Copyright (c) 2008 Martynas Venckus <martynas@openbsd.org> * @@ -15,7 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <machine/cdefs.h> +#include <sys/cdefs.h> #include <machine/vaxfp.h> #include <math.h> |