Add #include <stdio.h> for printf

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-13 00:33:59 +00:00
parent 6ab4d70393
commit b081e68c53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273017

View File

@ -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