dlm: master - dlm_stonith: include errno.h

David Teigland teigland at fedoraproject.org
Thu Aug 16 20:44:58 UTC 2012


Gitweb:        http://git.fedorahosted.org/git/?p=dlm.git;a=commitdiff;h=e8fdd228dfff06967223c7c5a36ed72129c096e7
Commit:        e8fdd228dfff06967223c7c5a36ed72129c096e7
Parent:        5e069a534379611e08714ac81870af6b387a4038
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Thu Aug 16 12:51:13 2012 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Thu Aug 16 12:51:13 2012 -0500

dlm_stonith: include errno.h

pacemaker header now needs it

Signed-off-by: David Teigland <teigland at redhat.com>
---
 fence/stonith_helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fence/stonith_helper.c b/fence/stonith_helper.c
index df44219..5b384c1 100644
--- a/fence/stonith_helper.c
+++ b/fence/stonith_helper.c
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <syslog.h>
+#include <errno.h>
 #include <pacemaker/crm/stonith-ng.h>
 
 int nodeid;


More information about the cluster-commits mailing list