[pacman-dev] [PATCH 2/3] util.c: include limits.h for PATH_MAX macro
Dan McGee
dpmcgee at gmail.com
Sat Apr 2 13:40:23 EDT 2011
On Fri, Apr 1, 2011 at 5:36 PM, Rémy Oudompheng
<remyoudompheng at gmail.com> wrote:
>
> Signed-off-by: Rémy Oudompheng <remy at archlinux.org>
Applied to maint.
> ---
> lib/libalpm/util.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c
> index 11e6904..430da92 100644
> --- a/lib/libalpm/util.c
> +++ b/lib/libalpm/util.c
> @@ -34,6 +34,7 @@
> #include <time.h>
> #include <syslog.h>
> #include <errno.h>
> +#include <limits.h>
> #include <sys/types.h>
> #include <sys/stat.h>
> #include <sys/wait.h>
> --
> 1.7.4.2
>
>
>
More information about the pacman-dev
mailing list