summaryrefslogtreecommitdiff
path: root/lib/libc/string/t_strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/t_strerror.c')
-rw-r--r--lib/libc/string/t_strerror.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/t_strerror.c b/lib/libc/string/t_strerror.c
index c0e9c06e9185..99b95b4266c6 100644
--- a/lib/libc/string/t_strerror.c
+++ b/lib/libc/string/t_strerror.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_strerror.c,v 1.3 2011/05/10 06:55:27 jruoho Exp $ */
+/* $NetBSD: t_strerror.c,v 1.4 2017/01/10 20:35:49 christos Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,10 +29,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_strerror.c,v 1.3 2011/05/10 06:55:27 jruoho Exp $");
+__RCSID("$NetBSD: t_strerror.c,v 1.4 2017/01/10 20:35:49 christos Exp $");
#include <atf-c.h>
#include <errno.h>
+#include <stdio.h> /* Needed for sys_nerr on FreeBSD */
#include <limits.h>
#include <locale.h>
#include <string.h>