]> git.pld-linux.org Git - packages/cdrkit.git/blob - cdrkit-1.1.10-build-fix.patch
debian patch to fix build with gcc 10
[packages/cdrkit.git] / cdrkit-1.1.10-build-fix.patch
1 diff -up cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix cdrkit-1.1.10/genisoimage/genisoimage.c
2 --- cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix   2010-01-20 11:05:05.000000000 +0100
3 +++ cdrkit-1.1.10/genisoimage/genisoimage.c     2010-01-20 11:21:16.144098749 +0100
4 @@ -47,6 +47,7 @@
5  
6  #include <mconfig.h>
7  #include "genisoimage.h"
8 +#include "checksum.h"
9  #include "iso9660.h"
10  #include <errno.h>
11  #include <timedefs.h>
This page took 0.04458 seconds and 3 git commands to generate.