diff --git a/include/string.h b/include/string.h index 4898f3015b84..e869e92341ac 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,4 @@ -/* $NetBSD: string.h,v 1.12 1998/02/02 22:07:54 perry Exp $ */ +/* $NetBSD: string.h,v 1.13 1998/02/03 04:45:41 perry Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -49,6 +49,7 @@ typedef _BSD_SIZE_T_ size_t; #endif #include +#include __BEGIN_DECLS void *memchr __P((const void *, int, size_t));