mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-03 08:22:00 +03:00
cleanup: self compilable headers
This commit is contained in:
@ -19,6 +19,11 @@
|
||||
#define ID_LEN 32
|
||||
#define ID_LEN_S "32"
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
struct dm_pool;
|
||||
|
||||
struct id {
|
||||
int8_t uuid[ID_LEN];
|
||||
};
|
||||
|
Reference in New Issue
Block a user