[vlc-devel] commit: Fix OS-X build (PATH_MAX defined in limits.h)	(Laurent Aimar )
    git version control 
    git at videolan.org
       
    Mon Jan  5 21:39:51 CET 2009
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jan  5 21:39:14 2009 +0100| [66e706dfc4a5469481d2f44f35e1c9400d6be45a] | committer: Laurent Aimar 
Fix OS-X build (PATH_MAX defined in limits.h)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66e706dfc4a5469481d2f44f35e1c9400d6be45a
---
 src/playlist/art.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/playlist/art.c b/src/playlist/art.c
index 1bfeac5..85de661 100644
--- a/src/playlist/art.c
+++ b/src/playlist/art.c
@@ -32,6 +32,7 @@
 #include <vlc_charset.h>
 #include <vlc_strings.h>
 #include <vlc_stream.h>
+#include <limits.h>                                             /* PATH_MAX */
 
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
    
    
More information about the vlc-devel
mailing list