summaryrefslogtreecommitdiff
path: root/lib/malloc/dynarray_emplace_enlarge.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloc/dynarray_emplace_enlarge.c')
-rw-r--r--lib/malloc/dynarray_emplace_enlarge.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/malloc/dynarray_emplace_enlarge.c b/lib/malloc/dynarray_emplace_enlarge.c
index ddfe306fc..0f8baf94a 100644
--- a/lib/malloc/dynarray_emplace_enlarge.c
+++ b/lib/malloc/dynarray_emplace_enlarge.c
@@ -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 <errno.h>
#include <intprops.h>