summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/lvm-functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/clvmd/lvm-functions.c')
-rw-r--r--daemons/clvmd/lvm-functions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/clvmd/lvm-functions.c b/daemons/clvmd/lvm-functions.c
index 5877a31a..11b17b47 100644
--- a/daemons/clvmd/lvm-functions.c
+++ b/daemons/clvmd/lvm-functions.c
@@ -16,7 +16,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>
@@ -34,7 +34,7 @@
#include <errno.h>
#include <syslog.h>
#include <assert.h>
-#include <libdevmapper.h>
+#include "libdevmapper.h"
#include <libdlm.h>
#include "lvm-types.h"