File: include-ctime-header.patch

package info (click to toggle)
mpdscribble 0.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 992 kB
  • sloc: cpp: 3,838; sh: 353; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
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>