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> for mem*



details:   https://anonhg.NetBSD.org/src/rev/d4e5ed6fddab
branches:  trunk
changeset: 494082:d4e5ed6fddab
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 01 00:05:27 2000 +0000

description:
include <string.h> for mem*

diffstat:

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

diffs (17 lines):

diff -r dd93ca1ee23c -r d4e5ed6fddab lib/libc/locale/ctypeio.c
--- a/lib/libc/locale/ctypeio.c Fri Jun 30 23:46:36 2000 +0000
+++ b/lib/libc/locale/ctypeio.c Sat Jul 01 00:05:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctypeio.c,v 1.4 1999/09/20 04:39:08 lukem Exp $        */
+/*     $NetBSD: ctypeio.c,v 1.5 2000/07/01 00:05:27 matt Exp $ */
 
 /*
  * Copyright (c) 1997 Christos Zoulas.  All rights reserved.
@@ -34,6 +34,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #define _CTYPE_PRIVATE
 #include <ctype.h>
 #include "ctypeio.h"



Home | Main Index | Thread Index | Old Index