From c4934bd1047641ef6b8e343f559f06daac7bf02d Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Tue, 12 May 2009 13:22:11 +0200 Subject: [PATCH] Compile fix: Include limits.h when using PATH_MAX MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Duraffort --- src/text/strings.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2