Add #include <stdio.h> for printf
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f64b57408f
commit
a53fdcf816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user