diff options
| author | perry <perry@NetBSD.org> | 1998-02-03 04:45:41 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-03 04:45:41 +0000 |
| commit | d7d500efb69efe68c9649db376a839c553399d28 (patch) | |
| tree | ea0ec8c97842433031ebd5076569c5b793588aeb /include/string.h | |
| parent | a12002f43a9b7b5547012b18ddcf85e566b49a5a (diff) | |
restore include of sys/featuretest.h
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 4898f3015b8..e869e92341a 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 <sys/cdefs.h> +#include <sys/featuretest.h> __BEGIN_DECLS void *memchr __P((const void *, int, size_t)); |
