From 66f040847330655f0df49e0af8c59daf5b5d715c Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Sat, 27 Nov 2004 22:07:41 +0000 Subject: [PATCH] xlate compilation fix --- VERSION | 2 +- WHATS_NEW | 4 ++++ lib/device/dev-md.c | 1 + lib/device/device.c | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c33143a0f..057d6ac91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.00.28-cvs (2004-11-27) +2.00.29-cvs (2004-11-27) diff --git a/WHATS_NEW b/WHATS_NEW index 718cfde35..63d5138d9 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,3 +1,7 @@ +Version 2.00.29 - 27th November 2004 +==================================== + xlate compilation fix. + Version 2.00.28 - 27th November 2004 ==================================== Fix partition table & md signature detection. diff --git a/lib/device/dev-md.c b/lib/device/dev-md.c index 775e84ffd..8b05a8cd1 100644 --- a/lib/device/dev-md.c +++ b/lib/device/dev-md.c @@ -15,6 +15,7 @@ #include "lib.h" #include "metadata.h" +#include "xlate.h" /* Lifted from because of difficulty including it */ diff --git a/lib/device/device.c b/lib/device/device.c index 2671a0bd6..a40e0c4a0 100644 --- a/lib/device/device.c +++ b/lib/device/device.c @@ -18,6 +18,7 @@ #include "device.h" #include "metadata.h" #include "filter.h" +#include "xlate.h" #define PART_MAGIC 0xAA55 #define PART_OFFSET UINT64_C(510)