From d7d500efb69efe68c9649db376a839c553399d28 Mon Sep 17 00:00:00 2001 From: perry Date: Tue, 3 Feb 1998 04:45:41 +0000 Subject: [PATCH] restore include of sys/featuretest.h --- include/string.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));