diff options
| author | christos <christos@NetBSD.org> | 2021-02-26 19:25:12 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-02-26 19:25:12 +0000 |
| commit | 44864673796ab113a22d522d22b2302be847b7a5 (patch) | |
| tree | a72d7b1db51dea6909c7eb684886a3349859326d /lib/libc/stdlib/reallocarray.c | |
| parent | b23833c67d5d06c77ba5b52bc8cb545667ee2ebd (diff) | |
arrange for tools build
Diffstat (limited to 'lib/libc/stdlib/reallocarray.c')
| -rw-r--r-- | lib/libc/stdlib/reallocarray.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdlib/reallocarray.c b/lib/libc/stdlib/reallocarray.c index 9f267889d90..0f1b8734951 100644 --- a/lib/libc/stdlib/reallocarray.c +++ b/lib/libc/stdlib/reallocarray.c @@ -1,4 +1,4 @@ -/* $NetBSD: reallocarray.c,v 1.10 2018/01/04 20:57:29 kamil Exp $ */ +/* $NetBSD: reallocarray.c,v 1.11 2021/02/26 19:25:12 christos Exp $ */ /* $OpenBSD: reallocarray.c,v 1.1 2014/05/08 21:43:49 deraadt Exp $ */ /*- @@ -30,8 +30,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef HAVE_NBTOOL_CONFIG_H +#include "nbtool_config.h" +#endif /* HAVE_NBTOOL_CONFIG_H */ + #include <sys/cdefs.h> -__RCSID("$NetBSD: reallocarray.c,v 1.10 2018/01/04 20:57:29 kamil Exp $"); +__RCSID("$NetBSD: reallocarray.c,v 1.11 2021/02/26 19:25:12 christos Exp $"); #include "namespace.h" |
