mpdscribble: fix build with gcc>=11

This commit is contained in:
Duncaen 2022-10-10 15:11:06 +02:00
parent 000b9ad48d
commit e4f88fdb9f
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 10 additions and 0 deletions

View 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>