summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvmd-cman.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/clvmd/clvmd-cman.c')
-rw-r--r--daemons/clvmd/clvmd-cman.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/daemons/clvmd/clvmd-cman.c b/daemons/clvmd/clvmd-cman.c
index 4c713833..b03f880d 100644
--- a/daemons/clvmd/clvmd-cman.c
+++ b/daemons/clvmd/clvmd-cman.c
@@ -17,6 +17,10 @@
* CMAN communication layer for clvmd.
*/
+#define _GNU_SOURCE
+#define _FILE_OFFSET_BITS 64
+
+#include <configure.h>
#include <pthread.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -41,7 +45,7 @@
#include "clvmd-comms.h"
#include "clvm.h"
-#include "log.h"
+#include "lvm-logging.h"
#include "clvmd.h"
#include "lvm-functions.h"