svn commit: r273017 - head/contrib/netbsd-tests/lib/libc/locale
Garrett Cooper
ngie at FreeBSD.org
Mon Oct 13 00:34:00 UTC 2014
Author: ngie
Date: Mon Oct 13 00:33:59 2014
New Revision: 273017
URL: https://svnweb.freebsd.org/changeset/base/273017
Log:
Add #include <stdio.h> for printf
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
Modified: head/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c
==============================================================================
--- head/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c Sun Oct 12 23:48:55 2014 (r273016)
+++ head/contrib/netbsd-tests/lib/libc/locale/t_wcstod.c Mon Oct 13 00:33:59 2014 (r273017)
@@ -66,6 +66,10 @@ __RCSID("$NetBSD: t_wcstod.c,v 1.3 2011/
#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
More information about the svn-src-all
mailing list