[xiph-cvs] cvs commit: vorbis-tools/oggdec oggdec.c
Michael Smith
msmith at xiph.org
Tue Jul 2 07:17:21 PDT 2002
msmith 02/07/02 07:17:21
Modified: oggdec oggdec.c
Log:
Win32 fixes.
Revision Changes Path
1.4 +5 -0 vorbis-tools/oggdec/oggdec.c
Index: oggdec.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggdec/oggdec.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oggdec.c 2002/07/02 13:58:34 1.3
+++ oggdec.c 2002/07/02 14:17:20 1.4
@@ -13,6 +13,11 @@
#include <errno.h>
#include <string.h>
+#if defined(_WIN32) || defined(__EMX__) || defined(__WATCOMC__)
+#include <fcntl.h>
+#include <io.h>
+#endif
+
#include <vorbis/vorbisfile.h>
struct option long_options[] = {
<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