[xiph-cvs] cvs commit: vorbis-tools/oggenc platform.h
Michael Smith
msmith at xiph.org
Mon Jan 22 03:54:54 PST 2001
msmith 01/01/22 03:54:54
Modified: oggenc platform.h
Log:
Include fix for solaris
Revision Changes Path
1.4 +1 -2 vorbis-tools/oggenc/platform.h
Index: platform.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- platform.h 2000/12/30 05:04:41 1.3
+++ platform.h 2001/01/22 11:54:54 1.4
@@ -3,9 +3,8 @@
#include <stdio.h>
-#ifdef __sun__ /* Right way to do this? */
+#ifdef __sun
#include <alloca.h>
-#include <malloc.h>
#endif
#ifdef __OS2__
--- >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