- cdparanoia-III-alpha9.8-headers.patch: Fix the resulting errors.epel9
parent
8cfe211a2b
commit
ea82950cd1
@ -0,0 +1,22 @@
|
|||||||
|
diff -up cdparanoia-III-alpha9.8/header.c.jx cdparanoia-III-alpha9.8/header.c
|
||||||
|
--- cdparanoia-III-alpha9.8/header.c.jx 1999-08-15 18:34:58.000000000 -0400
|
||||||
|
+++ cdparanoia-III-alpha9.8/header.c 2008-03-20 13:23:33.000000000 -0400
|
||||||
|
@@ -10,6 +10,7 @@
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
+#include <stdlib.h>
|
||||||
|
|
||||||
|
static void PutNum(long num,int f,int endianness,int bytes){
|
||||||
|
int i;
|
||||||
|
diff -up cdparanoia-III-alpha9.8/paranoia/gap.c.jx cdparanoia-III-alpha9.8/paranoia/gap.c
|
||||||
|
--- cdparanoia-III-alpha9.8/paranoia/gap.c.jx 2000-04-19 18:41:04.000000000 -0400
|
||||||
|
+++ cdparanoia-III-alpha9.8/paranoia/gap.c 2008-03-20 13:23:12.000000000 -0400
|
||||||
|
@@ -9,6 +9,7 @@
|
||||||
|
#include "p_block.h"
|
||||||
|
#include "cdda_paranoia.h"
|
||||||
|
#include "gap.h"
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
/**** Gap analysis code ***************************************************/
|
||||||
|
|
Loading…
Reference in new issue