From 4abee1da76704501c50db40b80320e85a4a6e810 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Mon, 2 Aug 2010 12:23:01 +0000 Subject: [PATCH] Use #include <> not "" in lvm2app.h which gets installed on the system. --- WHATS_NEW | 1 + liblvm/lvm2app.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index bc166bbbf..b4168304a 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.02.73 - ================================ + Use #include <> not "" in lvm2app.h which gets installed on the system. Make liblvm.device-mapper wait for include file generation. Drop explicit 'Base' version from exported symbols. Fix configure to supply DEFAULT_RUN_DIR to Makefiles. diff --git a/liblvm/lvm2app.h b/liblvm/lvm2app.h index 5bd78eeba..47d34176c 100644 --- a/liblvm/lvm2app.h +++ b/liblvm/lvm2app.h @@ -14,7 +14,7 @@ #ifndef _LIB_LVM2APP_H #define _LIB_LVM2APP_H -#include "libdevmapper.h" +#include #include -- 2.43.5