From: Jean-Paul Saman Date: Tue, 12 May 2009 11:22:11 +0000 (+0200) Subject: Compile fix: Include limits.h when using PATH_MAX X-Git-Tag: 1.1.0-ff~5940^2~8 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c4934bd1047641ef6b8e343f559f06daac7bf02d;p=vlc Compile fix: Include limits.h when using PATH_MAX Signed-off-by: RĂ©mi Duraffort --- diff --git a/src/text/strings.c b/src/text/strings.c index 860aae7c22..9c6d9315e1 100644 --- a/src/text/strings.c +++ b/src/text/strings.c @@ -36,6 +36,7 @@ /* Needed by str_format_time */ #include +#include /* Needed by str_format_meta */ #include