diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2018-12-14 13:11:48 +0100 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2018-12-14 15:08:34 +0100 |
commit | 3c377643339be97940554323909d51b12c933f9e (patch) | |
tree | 9f34d121145aa834466aecb90b7e07c19b7e1c39 /libdm | |
parent | 46a8d2e898a48b1df86fe07d13df8aa994e32808 (diff) | |
download | lvm2-3c377643339be97940554323909d51b12c933f9e.tar.gz |
libdm: use libdm header
User libdm header file.
Diffstat (limited to 'libdm')
-rw-r--r-- | libdm/datastruct/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <assert.h> /* |