diff options
| author | christos <christos@NetBSD.org> | 2007-10-18 02:23:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-10-18 02:23:37 +0000 |
| commit | 6c189078917dca7e5b2c21f11720a8ecc3ee956f (patch) | |
| tree | 33f94105e0fcd12b3533041319fa301ae2e09ebe /include/string.h | |
| parent | 04e2d299552dba44fef1d5a361639b1d0b844d48 (diff) | |
Introduce _NETBSD_TOOLS for symbols the are needed in tools build
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index 34b4ee61d2a..741acab7dff 100644 --- a/include/string.h +++ b/include/string.h @@ -1,4 +1,4 @@ -/* $NetBSD: string.h,v 1.33 2007/08/02 21:49:10 kristerw Exp $ */ +/* $NetBSD: string.h,v 1.34 2007/10/18 02:23:37 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -79,7 +79,7 @@ void *memccpy(void *, const void *, int, size_t); char *strdup(const char *); #endif -#if defined(_NETBSD_SOURCE) +#if defined(_NETBSD_SOURCE) || defined(_NETBSD_TOOLS) #include <strings.h> /* for backwards-compatibilty */ void *memmem(const void *, size_t, const void *, size_t); char *strcasestr(const char *, const char *); |
