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