File: fix-implicit-function-declaration.patch

package info (click to toggle)
cdrkit 9%3A1.1.11-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,904 kB
  • sloc: ansic: 107,271; perl: 968; sh: 481; makefile: 142; sed: 4
file content (29 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Add missing header includes.
Author: Andrey Rakhmatullin <wrar@debian.org>
Bug-Debian: https://bugs.debian.org/1066264
Last-Update: 2024-03-14

Index: cdrkit-1.1.11/genisoimage/genisoimage.c
===================================================================
--- cdrkit-1.1.11.orig/genisoimage/genisoimage.c
+++ cdrkit-1.1.11/genisoimage/genisoimage.c
@@ -54,6 +54,7 @@
 #include <ctype.h>
 #include "match.h"
 #include "exclude.h"
+#include "checksum.h"
 #include <unls.h>	/* For UNICODE translation */
 #include <schily.h>
 #ifdef UDF
Index: cdrkit-1.1.11/genisoimage/jte.c
===================================================================
--- cdrkit-1.1.11.orig/genisoimage/jte.c
+++ cdrkit-1.1.11/genisoimage/jte.c
@@ -27,6 +27,7 @@
 #include "ifo_read.h"
 #include "endianconv.h"
 #include "checksum.h"
+#include "md5.h"
 #endif
 #ifdef APPLE_HYB
 #include <ctype.h>