diff options
Diffstat (limited to 'lib/libc/softfloat/fpgetround.c')
-rw-r--r-- | lib/libc/softfloat/fpgetround.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/softfloat/fpgetround.c b/lib/libc/softfloat/fpgetround.c index e50c1d08e43..164e8a99ea5 100644 --- a/lib/libc/softfloat/fpgetround.c +++ b/lib/libc/softfloat/fpgetround.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpgetround.c,v 1.4 2015/09/10 18:13:46 guenther Exp $ */ +/* $OpenBSD: fpgetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */ /* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */ /*- @@ -35,7 +35,7 @@ #include "softfloat-for-gcc.h" #endif #include "milieu.h" -#include "softfloat.h" +#include <softfloat.h> #ifdef __weak_alias __weak_alias(_fpgetround,fpgetround); |