[vlc-commits] commit: Symbian: fix for PATH_MAX (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Dec 30 21:22:31 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov 23 19:05:55 2010 +0100| [b048d0aab088e14e22bb76206a2bfe0808d43432] | committer: Jean-Baptiste Kempf 

Symbian: fix for PATH_MAX

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b048d0aab088e14e22bb76206a2bfe0808d43432
---

 include/vlc_common.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 9a20800..7f20c66 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -112,6 +112,10 @@
 #   endif
 #endif
 
+#ifdef __SYMBIAN32__
+ #include <sys/syslimits.h>
+#endif
+
 /* Counter for statistics and profiling */
 typedef unsigned long       count_t;
 



More information about the vlc-commits mailing list