From af2c6340c68e847111c2ed4c100b29a0566fea02 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 9 Oct 2022 20:34:28 +0200 Subject: [PATCH] rdfind: fix build with gcc>=12 --- ...7de88d782b63b17458a61fcc078391499b29.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/rdfind/patches/61877de88d782b63b17458a61fcc078391499b29.patch diff --git a/srcpkgs/rdfind/patches/61877de88d782b63b17458a61fcc078391499b29.patch b/srcpkgs/rdfind/patches/61877de88d782b63b17458a61fcc078391499b29.patch new file mode 100644 index 00000000000..abdec6f356e --- /dev/null +++ b/srcpkgs/rdfind/patches/61877de88d782b63b17458a61fcc078391499b29.patch @@ -0,0 +1,21 @@ +From 61877de88d782b63b17458a61fcc078391499b29 Mon Sep 17 00:00:00 2001 +From: Paul Dreik +Date: Sun, 15 Aug 2021 20:31:31 +0200 +Subject: [PATCH] include (thanks to tastytea) + +--- + rdfind.cc | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/rdfind.cc b/rdfind.cc +index fbd6cb8..64dd8f6 100644 +--- a/rdfind.cc ++++ b/rdfind.cc +@@ -9,6 +9,7 @@ + // std + #include + #include ++#include + #include + #include +