mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 07:44:12 +02:00
Closes: https://bugs.gentoo.org/898060 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31564 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
9 lines
187 B
Diff
9 lines
187 B
Diff
Bug: https://bugs.gentoo.org/898060
|
|
--- a/src/memdbg.c
|
|
+++ b/src/memdbg.c
|
|
@@ -1,4 +1,5 @@
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <malloc.h>
|
|
#include <fcntl.h>
|
|
#ifndef WIN32
|