[xiph-cvs] cvs commit: vorbis-tools/ogg123 oggvorbis_format.c vorbis_comments.c

Ralph Giles giles at xiph.org
Tue Jun 24 05:34:41 PDT 2003



giles       03/06/24 08:34:40

  Modified:    ogg123   oggvorbis_format.c vorbis_comments.c
  Log:
  Add missing stdio.h includes.

Revision  Changes    Path
1.13      +3 -2      vorbis-tools/ogg123/oggvorbis_format.c

Index: oggvorbis_format.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/oggvorbis_format.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- oggvorbis_format.c	14 Jan 2003 00:19:05 -0000	1.12
+++ oggvorbis_format.c	24 Jun 2003 12:34:40 -0000	1.13
@@ -5,16 +5,17 @@
  * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE.    *
  * PLEASE READ THESE TERMS BEFORE DISTRIBUTING.                     *
  *                                                                  *
- * THE Ogg123 SOURCE CODE IS (C) COPYRIGHT 2000-2001                *
+ * THE Ogg123 SOURCE CODE IS (C) COPYRIGHT 2000-2003                *
  * by Stan Seibert <volsung at xiph.org> AND OTHER CONTRIBUTORS        *
  * http://www.xiph.org/                                             *
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: oggvorbis_format.c,v 1.12 2003/01/14 00:19:05 volsung Exp $
+ last mod: $Id: oggvorbis_format.c,v 1.13 2003/06/24 12:34:40 giles Exp $
 
  ********************************************************************/
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>

<p><p>1.2       +2 -1      vorbis-tools/ogg123/vorbis_comments.c

Index: vorbis_comments.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/vorbis_comments.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vorbis_comments.c	11 Jan 2003 22:51:44 -0000	1.1
+++ vorbis_comments.c	24 Jun 2003 12:34:40 -0000	1.2
@@ -11,10 +11,11 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: vorbis_comments.c,v 1.1 2003/01/11 22:51:44 volsung Exp $
+ last mod: $Id: vorbis_comments.c,v 1.2 2003/06/24 12:34:40 giles Exp $
 
  ********************************************************************/
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list