1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Fixed FTBS, porting to GCC 12
Author: kaliko@debian.org
Applied-Upstream: https://github.com/mxjeff/mpdscribble/commit/308c1f5f30e891daaea4c340b17a69e735ec333a
Last-Update: 2022-07-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: mpdscribble/src/Log.cxx
===================================================================
--- mpdscribble.orig/src/Log.cxx
+++ mpdscribble/src/Log.cxx
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#include <time.h>
#ifdef HAVE_SYSLOG
#include <syslog.h>
|