summaryrefslogtreecommitdiffstats
path: root/daemons/cmirrord/logging.h
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/cmirrord/logging.h
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/cmirrord/logging.h')
-rw-r--r--daemons/cmirrord/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/cmirrord/logging.h b/daemons/cmirrord/logging.h
index a3a241f2..40dd462a 100644
--- a/daemons/cmirrord/logging.h
+++ b/daemons/cmirrord/logging.h
@@ -16,7 +16,7 @@
#define _GNU_SOURCE
#define _FILE_OFFSET_BITS 64
-#include <configure.h>
+#include "configure.h"
#include <stdio.h>
#include <stdint.h>
#include <syslog.h>