forked from pool/ocfs2-tools
13 lines
348 B
Diff
13 lines
348 B
Diff
|
Index: ocfs2-tools/ocfs2_hb_ctl/ocfs2_hb_ctl.c
|
||
|
===================================================================
|
||
|
--- ocfs2-tools.orig/ocfs2_hb_ctl/ocfs2_hb_ctl.c
|
||
|
+++ ocfs2-tools/ocfs2_hb_ctl/ocfs2_hb_ctl.c
|
||
|
@@ -40,6 +40,7 @@
|
||
|
#include <sys/stat.h>
|
||
|
#include <signal.h>
|
||
|
#include <syslog.h>
|
||
|
+#include <sys/resource.h>
|
||
|
|
||
|
#include "ocfs2/ocfs2.h"
|
||
|
|