mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
mpdscribble: fix build with gcc>=11
This commit is contained in:
parent
000b9ad48d
commit
e4f88fdb9f
1 changed files with 10 additions and 0 deletions
10
srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch
Normal file
10
srcpkgs/mpdscribble/patches/fix-missing-ctime-include.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/src/Log.cxx
|
||||
+++ b/src/Log.cxx
|
||||
@@ -24,6 +24,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <cassert>
|
||||
+#include <ctime>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
Loading…
Add table
Reference in a new issue