summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd-openais.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/clvmd/clvmd-openais.c')
-rw-r--r--daemons/clvmd/clvmd-openais.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/clvmd/clvmd-openais.c b/daemons/clvmd/clvmd-openais.c
index f67347e9..57449954 100644
--- a/daemons/clvmd/clvmd-openais.c
+++ b/daemons/clvmd/clvmd-openais.c
@@ -20,7 +20,7 @@
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
-#include <configure.h>
+#include "configure.h"
#include <pthread.h>
#include <sys/types.h>
#include <sys/utsname.h>
@@ -43,7 +43,7 @@
#include <utmpx.h>
#include <syslog.h>
#include <assert.h>
-#include <libdevmapper.h>
+#include "libdevmapper.h"
#include <openais/saAis.h>
#include <openais/saLck.h>