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
This commit is contained in:
Angus Salkeld 2008-11-01 08:22:51 +00:00
parent bb57c27e56
commit fb36030f80

View File

@ -43,7 +43,7 @@
#include <sys/socket.h>
#include <errno.h>
#include <openais/saAis.h>
#include <corosync/saAis.h>
#include <corosync/mar_gen.h>
#include <corosync/ipc_gen.h>
#include <corosync/ais_util.h>