From e4f88fdb9f821388d6a40f3fd6f2d458c9eaba38 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 10 Oct 2022 15:11:06 +0200 Subject: [PATCH] mpdscribble: fix build with gcc>=11 --- .../patches/fix-missing-ctime-include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch diff --git a/srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch b/srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch new file mode 100644 index 00000000000..9d08fda588b --- /dev/null +++ b/srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch @@ -0,0 +1,10 @@ +--- a/src/Log.cxx ++++ b/src/Log.cxx +@@ -24,6 +24,7 @@ + #include "config.h" + + #include ++#include + + #include + #include