From 3c377643339be97940554323909d51b12c933f9e Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 14 Dec 2018 13:11:48 +0100 Subject: [PATCH] libdm: use libdm header User libdm header file. --- WHATS_NEW_DM | 1 + libdm/datastruct/list.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index aa1734c91..3d45bc3ab 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,5 +1,6 @@ Version 1.02.155 - ==================================== + Include correct internal header inside libdm list.c. Enhance ioctl flattening and add parameters only when needed. Add DM_DEVICE_ARM_POLL for API completness matching kernel. Do not add parameters for RESUME with DM_DEVICE_CREATE dm task. diff --git a/libdm/datastruct/list.c b/libdm/datastruct/list.c index d80cb9a4a..74053c5a7 100644 --- a/libdm/datastruct/list.c +++ b/libdm/datastruct/list.c @@ -13,7 +13,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "lib/misc/lib.h" +#include "libdm/misc/dmlib.h" #include /*