Kenji Rikitake
2001-Jun-01 08:42 UTC
[vorbis-dev] ogg123/ogg123.c of vorbis-tools causes error on FreeBSD
In the vorbis-tools of the 20010601 version of CVS snapshot, ogg123/ogg123.c causes error on FreeBSD: <sys/types.h> is required. FYI. // Kenji Rikitake *** ogg123.c.FCS Sun Apr 8 11:33:08 2001 --- ogg123.c Sat Jun 2 00:40:08 2001 *************** *** 26,27 **** --- 26,28 ---- #include <netdb.h> + #include <sys/types.h> #include <netinet/in.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 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.