mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-23 07:19:37 +00:00
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:
parent
1bd8aba6bb
commit
6fd822c485
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user