diff options
author | 2008-12-10 01:15:01 +0000 | |
---|---|---|
committer | 2008-12-10 01:15:01 +0000 | |
commit | ab185003a6d6849232d35d611944bd62a63c0eb6 (patch) | |
tree | 5ed94bba5f3b367f50d014343bbf58870531959c /lib/libc/arch/sparc | |
parent | use sys/cdefs.h; pointed out by theo (diff) | |
download | wireguard-openbsd-ab185003a6d6849232d35d611944bd62a63c0eb6.tar.xz wireguard-openbsd-ab185003a6d6849232d35d611944bd62a63c0eb6.zip |
use sys/cdefs.h; pointed out by theo
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r-- | lib/libc/arch/sparc/gen/ldexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/gen/ldexp.c b/lib/libc/arch/sparc/gen/ldexp.c index 94e64791891..a12b322d122 100644 --- a/lib/libc/arch/sparc/gen/ldexp.c +++ b/lib/libc/arch/sparc/gen/ldexp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.c,v 1.5 2008/12/09 20:32:06 martynas Exp $ */ +/* $OpenBSD: ldexp.c,v 1.6 2008/12/10 01:15:02 martynas Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ */ #include <sys/types.h> -#include <machine/cdefs.h> +#include <sys/cdefs.h> #include <machine/ieee.h> #include <errno.h> |