diff options
author | ngie <ngie@FreeBSD.org> | 2014-10-13 00:33:59 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-10-13 00:33:59 +0000 |
commit | a53fdcf816a269f780e6ef16e2aed22208331072 (patch) | |
tree | 276ab9ed9419865898dbd6a8f18a871a3a4d3bad /contrib/netbsd-tests/lib/libc/locale/t_wcstod.c | |
parent | f64b57408f7bde95a933729a7c464975dac9a63c (diff) | |
download | FreeBSD-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.c | 4 |
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 |