Date: Mon, 13 Oct 2014 00:33:59 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r273017 - head/contrib/netbsd-tests/lib/libc/locale Message-ID: <201410130033.s9D0XxVu081401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410130033.s9D0XxVu081401>