source: scripts/untested/blfs-patches/cdparanoia-III-alpha9.8-includes-1.patch@ 7ed0e05

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 7ed0e05 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • Property mode set to 100644
File size: 1016 bytes
RevLine 
[617118d]1Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
2Date: 2003-09-23
3Initial Package Version: alpha9.8
4Origin: Mandrake CVS
5Description: Missing Includes
6
7$LastChangedBy: randy $
8$Date: 2004-08-10 15:20:53 -0600 (Tue, 10 Aug 2004) $
9
10diff -Naur cdparanoia-III-alpha9.8.orig/header.c cdparanoia-III-alpha9.8/header.c
11--- cdparanoia-III-alpha9.8.orig/header.c 1999-08-15 22:34:58.000000000 +0000
12+++ cdparanoia-III-alpha9.8/header.c 2003-09-24 04:42:32.000000000 +0000
13@@ -9,6 +9,7 @@
14
15 #include <unistd.h>
16 #include <stdio.h>
17+#include <stdlib.h>
18 #include <string.h>
19
20 static void PutNum(long num,int f,int endianness,int bytes){
21diff -Naur cdparanoia-III-alpha9.8.orig/paranoia/gap.c cdparanoia-III-alpha9.8/paranoia/gap.c
22--- cdparanoia-III-alpha9.8.orig/paranoia/gap.c 2000-04-19 22:41:04.000000000 +0000
23+++ cdparanoia-III-alpha9.8/paranoia/gap.c 2003-09-24 04:42:32.000000000 +0000
24@@ -6,6 +6,7 @@
25 *
26 ***/
27
28+#include <string.h>
29 #include "p_block.h"
30 #include "cdda_paranoia.h"
31 #include "gap.h"
Note: See TracBrowser for help on using the repository browser.