mpdscribble: fix build with gcc>=11
This commit is contained in:
parent
000b9ad48d
commit
e4f88fdb9f
|
@ -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…
Reference in New Issue