[xiph-cvs] cvs commit: theora/lib comment.c

Ralph Giles giles at xiph.org
Tue Jun 10 04:34:52 PDT 2003



giles       03/06/10 07:34:52

  Modified:    lib      comment.c
  Log:
  add ctype.h for toupper().

Revision  Changes    Path
1.7       +2 -1      theora/lib/comment.c

Index: comment.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/comment.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- comment.c	10 Jun 2003 01:31:33 -0000	1.6
+++ comment.c	10 Jun 2003 11:34:52 -0000	1.7
@@ -11,12 +11,13 @@
  ********************************************************************
 
   function: read/write and client interface for comment header packet
-  last mod: $Id: comment.c,v 1.6 2003/06/10 01:31:33 tterribe Exp $
+  last mod: $Id: comment.c,v 1.7 2003/06/10 11:34:52 giles Exp $
 
  ********************************************************************/
 
 #include <stdlib.h>
 #include <string.h>
+#include <ctype.h>
 #include <ogg/ogg.h>
 #include <theora/theora.h>
 #include "encoder_internal.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