summaryrefslogtreecommitdiff
path: root/lib/malloc/dynarray_resize_clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloc/dynarray_resize_clear.c')
-rw-r--r--lib/malloc/dynarray_resize_clear.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/malloc/dynarray_resize_clear.c b/lib/malloc/dynarray_resize_clear.c
index e893d1d58e..aa17f740e5 100644
--- a/lib/malloc/dynarray_resize_clear.c
+++ b/lib/malloc/dynarray_resize_clear.c
@@ -1,5 +1,5 @@
/* Increase the size of a dynamic array and clear the new part.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -16,6 +16,10 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#ifndef _LIBC
+# include <libc-config.h>
+#endif
+
#include <dynarray.h>
#include <string.h>

Return to:

Send suggestions and report system problems to the System administrator.