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 /*