summaryrefslogtreecommitdiff
path: root/net-misc/wput/files/wput-0.6.2_p20130413_p11-exit-not-found-musl.patch
blob: e92fb092dbd0773cc48e1cbb96ab03b0daa29ed7 (plain)
1
2
3
4
5
6
7
8
9
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