aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-13 02:29:58 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-13 02:29:58 +0000
commit267693b26960cf68ff09f7df986a1b15518ee700 (patch)
tree466a8746f6384a177176418783cf4b55407cf313
parentea441bc0617c0e026d03aef2586febe3f9b6875b (diff)
Notes
-rw-r--r--contrib/netbsd-tests/lib/libc/string/t_strerror.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/string/t_strerror.c b/contrib/netbsd-tests/lib/libc/string/t_strerror.c
index c0e9c06e9185..cb008d79ce80 100644
--- a/contrib/netbsd-tests/lib/libc/string/t_strerror.c
+++ b/contrib/netbsd-tests/lib/libc/string/t_strerror.c
@@ -37,6 +37,10 @@ __RCSID("$NetBSD: t_strerror.c,v 1.3 2011/05/10 06:55:27 jruoho Exp $");
#include <locale.h>
#include <string.h>
+#if defined(__FreeBSD__)
+#include <stdio.h>
+#endif
+
ATF_TC(strerror_basic);
ATF_TC_HEAD(strerror_basic, tc)
{