From 27f7ac2204449d9fc2137f442522b4fb10327d90 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Oct 2022 07:57:57 +0100 Subject: gentoo auto-resync : 19:10:2022 - 07:57:56 --- .../authforce-0.9.9-Include-stdlib.h-for-free.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch (limited to 'net-analyzer/authforce/files') diff --git a/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch b/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch new file mode 100644 index 000000000000..fec77215435c --- /dev/null +++ b/net-analyzer/authforce/files/authforce-0.9.9-Include-stdlib.h-for-free.patch @@ -0,0 +1,16 @@ +From e5e62f92c53f5f8cca9380ad3225c84be5eec04f Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Wed, 19 Oct 2022 03:33:51 +0100 +Subject: [PATCH] Include for free() + +Bug: https://bugs.gentoo.org/871222 +--- a/src/debug.c ++++ b/src/debug.c +@@ -3,6 +3,7 @@ + #include + #include + #include ++#include + #ifdef MEMWATCH + #include "memwatch.h" + #endif /* MEMWATCH*/ -- cgit v1.2.3