1
0
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:
Zdenek Kabelac
2012-01-25 23:26:33 +01:00
parent b53e9ba66a
commit 30a81e5989
14 changed files with 39 additions and 6 deletions

View File

@ -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];
};