]> git.sesse.net Git - vlc/commitdiff
Symbian: fix for PATH_MAX
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 23 Nov 2010 18:05:55 +0000 (19:05 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 30 Dec 2010 20:21:47 +0000 (21:21 +0100)
include/vlc_common.h

index 9a208004b31b38068fc13f102bc50e29c9de1252..7f20c66247e75edf607fa64b7c79e87ab07af6e9 100644 (file)
 #   endif
 #endif
 
+#ifdef __SYMBIAN32__
+ #include <sys/syslimits.h>
+#endif
+
 /* Counter for statistics and profiling */
 typedef unsigned long       count_t;