From e8fdd228dfff06967223c7c5a36ed72129c096e7 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 16 Aug 2012 12:51:13 -0500 Subject: [PATCH 2/2] dlm_stonith: include errno.h pacemaker header now needs it Signed-off-by: David Teigland --- fence/stonith_helper.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include int nodeid; -- 1.7.10.1.362.g242cab3