summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2008-12-10 01:15:01 +0000
committermartynas <martynas@openbsd.org>2008-12-10 01:15:01 +0000
commitab185003a6d6849232d35d611944bd62a63c0eb6 (patch)
tree5ed94bba5f3b367f50d014343bbf58870531959c /lib/libc/arch/sparc
parentuse sys/cdefs.h; pointed out by theo (diff)
downloadwireguard-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.c4
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>