75dab286b7
Include sys/resource.h for getrlimit etc. OBS-URL: https://build.opensuse.org/request/show/129167 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=41
13 lines
312 B
Diff
13 lines
312 B
Diff
Index: pacemaker/mcp/pacemaker.c
|
|
===================================================================
|
|
--- pacemaker.orig/mcp/pacemaker.c
|
|
+++ pacemaker/mcp/pacemaker.c
|
|
@@ -20,6 +20,7 @@
|
|
#include <pacemaker.h>
|
|
|
|
#include <pwd.h>
|
|
+#include <sys/resource.h>
|
|
|
|
#include <crm/msg_xml.h>
|
|
#include <crm/common/ipc.h>
|