Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/locale include string.h for memset



details:   https://anonhg.NetBSD.org/src/rev/4d5e0f22b68e
branches:  trunk
changeset: 329091:4d5e0f22b68e
user:      yamt <yamt%NetBSD.org@localhost>
date:      Tue May 06 00:41:26 2014 +0000

description:
include string.h for memset

diffstat:

 tests/lib/libc/locale/t_mbsnrtowcs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f79f1bc1daa0 -r 4d5e0f22b68e tests/lib/libc/locale/t_mbsnrtowcs.c
--- a/tests/lib/libc/locale/t_mbsnrtowcs.c      Mon May 05 21:04:09 2014 +0000
+++ b/tests/lib/libc/locale/t_mbsnrtowcs.c      Tue May 06 00:41:26 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_mbsnrtowcs.c,v 1.1 2013/05/28 16:57:56 joerg Exp $ */
+/* $NetBSD: t_mbsnrtowcs.c,v 1.2 2014/05/06 00:41:26 yamt Exp $ */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,9 +30,10 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_mbsnrtowcs.c,v 1.1 2013/05/28 16:57:56 joerg Exp $");
+__RCSID("$NetBSD: t_mbsnrtowcs.c,v 1.2 2014/05/06 00:41:26 yamt Exp $");
 
 #include <locale.h>
+#include <string.h>
 #include <wchar.h>
 
 #include <atf-c.h>



Home | Main Index | Thread Index | Old Index