util.c: include limits.h for PATH_MAX macro

Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Rémy Oudompheng 2011-04-02 00:36:08 +02:00 committed by Dan McGee
parent c377107346
commit 0458572a6e

View file

@ -34,6 +34,7 @@
#include <time.h> #include <time.h>
#include <syslog.h> #include <syslog.h>
#include <errno.h> #include <errno.h>
#include <limits.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/wait.h> #include <sys/wait.h>