Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/locale Include string.h to get memset prototype.



details:   https://anonhg.NetBSD.org/src/rev/e3ce99804651
branches:  trunk
changeset: 515684:e3ce99804651
user:      erh <erh%NetBSD.org@localhost>
date:      Tue Oct 02 01:20:03 2001 +0000

description:
Include string.h to get memset prototype.

diffstat:

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

diffs (17 lines):

diff -r 8d404edd9e27 -r e3ce99804651 lib/libc/locale/wcstod.c
--- a/lib/libc/locale/wcstod.c  Tue Oct 02 01:08:11 2001 +0000
+++ b/lib/libc/locale/wcstod.c  Tue Oct 02 01:20:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wcstod.c,v 1.2 2001/09/28 09:29:17 yamt Exp $ */
+/* $NetBSD: wcstod.c,v 1.3 2001/10/02 01:20:03 erh Exp $ */
 
 /*-
  * Copyright (c)1999, 2000, 2001 Citrus Project,
@@ -32,6 +32,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
 #include <wchar.h>
 #include <wctype.h>
 



Home | Main Index | Thread Index | Old Index