[xiph-commits] r11814 - trunk/cdparanoia

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Aug 29 18:17:03 PDT 2006


Author: xiphmont
Date: 2006-08-29 18:17:02 -0700 (Tue, 29 Aug 2006)
New Revision: 11814

Modified:
   trunk/cdparanoia/Makefile.in
   trunk/cdparanoia/header.c
Log:
Update build version.
Add missing include


Modified: trunk/cdparanoia/Makefile.in
===================================================================
--- trunk/cdparanoia/Makefile.in	2006-08-29 22:23:55 UTC (rev 11813)
+++ trunk/cdparanoia/Makefile.in	2006-08-30 01:17:02 UTC (rev 11814)
@@ -3,7 +3,7 @@
 # DO NOT EDIT BELOW! ##########################################################
 # (unless, of course, you know what you are doing :) ##########################
 
-VERSION=9.8
+VERSION=10.0
 VPATH=@srcdir@
 srcdir=@srcdir@
 

Modified: trunk/cdparanoia/header.c
===================================================================
--- trunk/cdparanoia/header.c	2006-08-29 22:23:55 UTC (rev 11813)
+++ trunk/cdparanoia/header.c	2006-08-30 01:17:02 UTC (rev 11814)
@@ -8,6 +8,7 @@
  ******************************************************************/
 
 #include <unistd.h>
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 



More information about the commits mailing list