Przeglądaj źródła

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
Steven Dake 16 lat temu
rodzic
commit
6fd822c485
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      exec/coroparse.c

+ 1 - 0
exec/coroparse.c

@@ -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>