diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-10 09:58:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-08-10 09:58:51 +0200 |
commit | f9907d1324368e873a179f65372002634aae0e20 (patch) | |
tree | f388bcafeef0e02efc9048f653f272136856c166 /package/pacemaker/patches/patch-mcp_pacemaker_h | |
parent | 86ccceb7ca2752ccca08effc89141531a4ab1c49 (diff) | |
parent | 9ea6420f350de09bbcb9d5141dc652ac6637e2a2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pacemaker/patches/patch-mcp_pacemaker_h')
-rw-r--r-- | package/pacemaker/patches/patch-mcp_pacemaker_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/pacemaker/patches/patch-mcp_pacemaker_h b/package/pacemaker/patches/patch-mcp_pacemaker_h new file mode 100644 index 000000000..8848e6976 --- /dev/null +++ b/package/pacemaker/patches/patch-mcp_pacemaker_h @@ -0,0 +1,10 @@ +--- pacemaker-1.1.7.orig/mcp/pacemaker.h 2012-03-28 08:14:13.000000000 +0200 ++++ pacemaker-1.1.7/mcp/pacemaker.h 2012-07-31 13:43:39.000000000 +0200 +@@ -21,6 +21,7 @@ + #include <sys/param.h> + #include <sys/types.h> + #include <sys/wait.h> ++#include <sys/resource.h> + + #include <stdint.h> + |