From 04e9a3a8eda3314efc224fc59db47b56784c53d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 27 Mar 2012 14:55:39 +0100 Subject: [PATCH] nclude limits.h --- H/pl-incl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/H/pl-incl.h b/H/pl-incl.h index 03ed3213e..0820efcb3 100644 --- a/H/pl-incl.h +++ b/H/pl-incl.h @@ -159,6 +159,9 @@ typedef enum #ifdef HAVE_LOCALE_H #include #endif +#ifdef HAVE_LIMITS_H /* get MAXPATHLEN */ +#include +#endif #include #include #if HAVE_SYS_PARAM_H