From fb36030f80e961e5150e12f684a96775b12041df Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Sat, 1 Nov 2008 08:22:51 +0000 Subject: [PATCH] fix build error, can't complie if openais not installed. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1685 fd59a12c-fef9-0310-b244-a6a79926bd2f --- lib/quorum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quorum.c b/lib/quorum.c index a342ac5a..e2b63999 100644 --- a/lib/quorum.c +++ b/lib/quorum.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include #include #include