summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-10-13 00:33:59 +0000
committerngie <ngie@FreeBSD.org>2014-10-13 00:33:59 +0000
commita53fdcf816a269f780e6ef16e2aed22208331072 (patch)
tree276ab9ed9419865898dbd6a8f18a871a3a4d3bad /contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
parentf64b57408f7bde95a933729a7c464975dac9a63c (diff)
downloadFreeBSD-src-a53fdcf816a269f780e6ef16e2aed22208331072.zip
FreeBSD-src-a53fdcf816a269f780e6ef16e2aed22208331072.tar.gz
Add #include <stdio.h> for printf
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/locale/t_wcstod.c')
-rw-r--r--contrib/netbsd-tests/lib/libc/locale/t_wcstod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c b/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
index 85b1ee1..ef85777 100644
--- a/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
+++ b/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
@@ -66,6 +66,10 @@ __RCSID("$NetBSD: t_wcstod.c,v 1.3 2011/10/01 17:56:11 christos Exp $");
#include <atf-c.h>
+#if defined(__FreeBSD__)
+#include <stdio.h>
+#endif
+
#define ALT_HUGE_VAL -1
#define ALT_MINUS_HUGE_VAL -2
#define ALT_NAN -3
OpenPOWER on IntegriCloud