Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/lib/libc/locale/ctype2 #include <string.h> for memse...
details: https://anonhg.NetBSD.org/src/rev/c4dbfbaee6f0
branches: trunk
changeset: 536262:c4dbfbaee6f0
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Sep 12 12:50:04 2002 +0000
description:
#include <string.h> for memset() prototype.
diffstat:
regress/lib/libc/locale/ctype2/mbrtowc.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e11ebf033706 -r c4dbfbaee6f0 regress/lib/libc/locale/ctype2/mbrtowc.c
--- a/regress/lib/libc/locale/ctype2/mbrtowc.c Thu Sep 12 12:44:13 2002 +0000
+++ b/regress/lib/libc/locale/ctype2/mbrtowc.c Thu Sep 12 12:50:04 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mbrtowc.c,v 1.1 2002/09/11 14:54:35 minoura Exp $ */
+/* $NetBSD: mbrtowc.c,v 1.2 2002/09/12 12:50:04 minoura Exp $ */
/*
* test code for mbrtowc
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <wchar.h>
#include <locale.h>
#include <assert.h>
Home |
Main Index |
Thread Index |
Old Index