[xiph-cvs] cvs commit: ogg-python/src pyoggpacket.c
Andrew Catham Master of Python
andrew at xiph.org
Tue May 21 14:42:12 PDT 2002
andrew 02/05/21 14:42:12
Modified: . ChangeLog
src pyoggpacket.c
Log:
Got rid of a compiler warning
Revision Changes Path
1.10 +3 -0 ogg-python/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 2002/02/18 01:19:01 1.9
+++ ChangeLog 2002/05/21 21:42:11 1.10
@@ -1,3 +1,6 @@
+2002-05-21 Andrew H. Chatham <andrew.chatham at duke.edu>
+ * _oggmodule.c: Include another header
+
2002-02-17 Andrew H. Chatham <andrew.chatham at duke.edu>
* _oggmodule.c, pyoggsyncstate.c, pyoggstreamstate.c,
pyoggpage.c, pyoggpacket.c, pyoggpackbuff.c:
<p><p>1.5 +1 -0 ogg-python/src/pyoggpacket.c
Index: pyoggpacket.c
===================================================================
RCS file: /usr/local/cvsroot/ogg-python/src/pyoggpacket.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyoggpacket.c 2002/02/18 01:19:02 1.4
+++ pyoggpacket.c 2002/05/21 21:42:12 1.5
@@ -1,3 +1,4 @@
+#include <pyogg/pyogg.h>
#include "pyoggpacket.h"
/************************************************************
<p><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