mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add a missing libdevmapper.h #include to lvm-types.h (for dm_list).
This commit is contained in:
parent
a1adf38cab
commit
9c1f6bc985
@ -16,6 +16,7 @@
|
||||
#ifndef _LVM_TYPES_H
|
||||
#define _LVM_TYPES_H
|
||||
|
||||
#include <libdevmapper.h> // dm_list
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user