summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2003-04-05 22:08:53 +0000
committerDavid Schultz <das@FreeBSD.org>2003-04-05 22:08:53 +0000
commitb936664e7216205711db49ff79a4ec56395d45a1 (patch)
tree45f2c6ac49078cb30f11549ee7d4e3a794e20d16 /lib/libc/stdio/vfwprintf.c
parent38cac8f88bdbc98152546e697f84e9015d972ff3 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/vfwprintf.c')
-rw-r--r--lib/libc/stdio/vfwprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c
index 7f1a6278d0dc..658f87985e56 100644
--- a/lib/libc/stdio/vfwprintf.c
+++ b/lib/libc/stdio/vfwprintf.c
@@ -400,6 +400,7 @@ vfwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt0, va_list ap)
}
#ifdef FLOATING_POINT
+#include <float.h>
#include <math.h>
#include "floatio.h"