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

Ralph Giles giles at xiph.org
Mon Jun 23 19:22:33 PDT 2003



giles       03/06/23 22:22:33

  Modified:    ogg123   speex_format.c
  Log:
  Properly include stdio.h.

Revision  Changes    Path
1.3       +2 -1      vorbis-tools/ogg123/speex_format.c

Index: speex_format.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/speex_format.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- speex_format.c	14 Jan 2003 00:19:05 -0000	1.2
+++ speex_format.c	24 Jun 2003 02:22:33 -0000	1.3
@@ -11,10 +11,11 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: speex_format.c,v 1.2 2003/01/14 00:19:05 volsung Exp $
+ last mod: $Id: speex_format.c,v 1.3 2003/06/24 02:22:33 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