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