[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.c
Stan Seibert
volsung at xiph.org
Sun Aug 5 16:29:36 PDT 2001
volsung 01/08/05 16:29:36
Modified: ogg123 ogg123.c
Log:
Missing include for sys/types.h. Needed on FreeBSD (See bug #43) and
not on other platforms, but it's POSIX, so it should be everywhere
ogg123 runs.
Revision Changes Path
1.43 +2 -1 vorbis-tools/ogg123/ogg123.c
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ogg123.c 2001/08/04 23:54:37 1.42
+++ ogg123.c 2001/08/05 23:29:36 1.43
@@ -14,12 +14,13 @@
* *
********************************************************************
- last mod: $Id: ogg123.c,v 1.42 2001/08/04 23:54:37 volsung Exp $
+ last mod: $Id: ogg123.c,v 1.43 2001/08/05 23:29:36 volsung Exp $
********************************************************************/
/* FIXME : That was a messy message. Fix it. */
+#include <sys/types.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
--- >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