[xiph-cvs] cvs commit: vorbis-tools/oggenc platform.c
Segher Boessenkool
segher at xiph.org
Sun Mar 17 21:29:09 PST 2002
segher 02/03/17 21:29:08
Modified: oggenc platform.c
Log:
missing include.
Revision Changes Path
1.10 +1 -0 vorbis-tools/oggenc/platform.c
Index: platform.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- platform.c 2002/01/31 12:23:28 1.9
+++ platform.c 2002/03/18 05:29:08 1.10
@@ -16,6 +16,7 @@
#include "encode.h"
#include "i18n.h"
#include <stdlib.h>
+#include <ctype.h>
#if defined(_WIN32) || defined(__EMX__) || defined(__WATCOMC__)
#include <fcntl.h>
#include <io.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