[xiph-commits] r10646 - trunk/vorbis-tools/ogg123

giles at svn.xiph.org giles at svn.xiph.org
Sun Dec 18 11:29:32 PST 2005


Author: giles
Date: 2005-12-18 11:29:31 -0800 (Sun, 18 Dec 2005)
New Revision: 10646

Modified:
   trunk/vorbis-tools/ogg123/playlist.c
Log:
Include limit.h for NAME_MAX on BSD. Issue #728.


Modified: trunk/vorbis-tools/ogg123/playlist.c
===================================================================
--- trunk/vorbis-tools/ogg123/playlist.c	2005-12-18 18:58:38 UTC (rev 10645)
+++ trunk/vorbis-tools/ogg123/playlist.c	2005-12-18 19:29:31 UTC (rev 10646)
@@ -19,6 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
+#include <limits.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>



More information about the commits mailing list