summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwprintf.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2003-04-05 22:08:53 +0000
committerdas <das@FreeBSD.org>2003-04-05 22:08:53 +0000
commit3a31325651d4ca54e74a7d71aae57ea1b08c4a6f (patch)
tree45f2c6ac49078cb30f11549ee7d4e3a794e20d16 /lib/libc/stdio/vfwprintf.c
parentc0e486bd07885ad47b68f40cdb8d55c8811ed08a (diff)
downloadFreeBSD-src-3a31325651d4ca54e74a7d71aae57ea1b08c4a6f.zip
FreeBSD-src-3a31325651d4ca54e74a7d71aae57ea1b08c4a6f.tar.gz
Add missing #include to unbreak previous commit.
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 7f1a627..658f879 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"
OpenPOWER on IntegriCloud