include <string.h> for mem*

This commit is contained in:
matt 2000-07-01 00:05:27 +00:00
parent c3530f0c12
commit 6465109449

View File

@ -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"