Include limits.h in coroparse.c to properly define PATH_MAX.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2220 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2009-06-07 07:36:44 +00:00
parent 1bd8aba6bb
commit 6fd822c485

View File

@ -48,6 +48,7 @@
#include <errno.h>
#include <string.h>
#include <dirent.h>
#include <limits.h>
#include <corosync/lcr/lcr_comp.h>
#include <corosync/engine/objdb.h>