From 64651094498e9cc8a2d834ad4608589ad592c7ac Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 1 Jul 2000 00:05:27 +0000 Subject: [PATCH] include for mem* --- lib/libc/locale/ctypeio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/locale/ctypeio.c b/lib/libc/locale/ctypeio.c index 70abb9197bfc..466b9dbf1c04 100644 --- a/lib/libc/locale/ctypeio.c +++ b/lib/libc/locale/ctypeio.c @@ -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 #include #include +#include #define _CTYPE_PRIVATE #include #include "ctypeio.h"