summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd-command.c
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-06-15 11:00:44 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-06-15 11:00:44 +0000
commitcee2f123a4db200cd5fb96f3c980716e2f1ffd97 (patch)
tree6cfa0a6ee0cc109f8b57715be29f42c0deb6cf39 /daemons/clvmd/clvmd-command.c
parent5908a590dbfd6f49f3f8a8e5a05978b0a0a48aef (diff)
downloadlvm2-cee2f123a4db200cd5fb96f3c980716e2f1ffd97.tar.gz
lvm2-cee2f123a4db200cd5fb96f3c980716e2f1ffd97.tar.xz
lvm2-cee2f123a4db200cd5fb96f3c980716e2f1ffd97.zip
Use "" instead of <> for configure.h and libdevmapper.h
Move configure.h as the first header for clvmd source files.
Diffstat (limited to 'daemons/clvmd/clvmd-command.c')
-rw-r--r--daemons/clvmd/clvmd-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/clvmd/clvmd-command.c b/daemons/clvmd/clvmd-command.c
index 83d03ef7..d4024ae8 100644
--- a/daemons/clvmd/clvmd-command.c
+++ b/daemons/clvmd/clvmd-command.c
@@ -53,7 +53,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>
@@ -68,7 +68,7 @@
#include <stddef.h>
#include <unistd.h>
#include <errno.h>
-#include <libdevmapper.h>
+#include "libdevmapper.h"
#include <libdlm.h>
#include "locking.h"