1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

Add a missing libdevmapper.h #include to lvm-types.h (for dm_list).

This commit is contained in:
Petr Rockai 2011-07-18 13:24:48 +00:00
parent a1adf38cab
commit 9c1f6bc985

View File

@ -16,6 +16,7 @@
#ifndef _LVM_TYPES_H
#define _LVM_TYPES_H
#include <libdevmapper.h> // dm_list
#include <sys/types.h>
#include <inttypes.h>