Add #include <stdio.h> for printf

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2014-10-13 00:33:59 +00:00
parent f64b57408f
commit a53fdcf816

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