File: gcc-14.patch

package info (click to toggle)
ccd2iso 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768 kB
  • sloc: sh: 785; ansic: 124; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-07-29
Bug-Debian: https://bugs.debian.org/1066265
Description: Fix build with gcc-14

--- a/src/ccd2iso.c
+++ b/src/ccd2iso.c
@@ -27,6 +27,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "clonecd.h"