diff options
author | 2015-09-13 14:21:46 +0000 | |
---|---|---|
committer | 2015-09-13 14:21:46 +0000 | |
commit | fcc6486e8fa643ad995186ed9df8a89e35dbfa53 (patch) | |
tree | 93710612ec1aef4520e753ea29147b5f96fc10cb /lib/libc/softfloat/fpgetmask.c | |
parent | Remove explicit NULL checks before *_free() calls and tidy some code. (diff) | |
download | wireguard-openbsd-fcc6486e8fa643ad995186ed9df8a89e35dbfa53.tar.xz wireguard-openbsd-fcc6486e8fa643ad995186ed9df8a89e35dbfa53.zip |
Uses angle brackets to include softfloat.h, and add the proper directory to
CFLAGS.
ok guenther@
Diffstat (limited to 'lib/libc/softfloat/fpgetmask.c')
-rw-r--r-- | lib/libc/softfloat/fpgetmask.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/softfloat/fpgetmask.c b/lib/libc/softfloat/fpgetmask.c index 81191ff2b58..9839b8b15a2 100644 --- a/lib/libc/softfloat/fpgetmask.c +++ b/lib/libc/softfloat/fpgetmask.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetmask.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ +/* $OpenBSD: fpgetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */ /* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */ /*- @@ -36,7 +36,7 @@ #endif #include "milieu.h" -#include "softfloat.h" +#include <softfloat.h> #ifdef __weak_alias __weak_alias(_fpgetmask,fpgetmask); |