mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add a couple missing #includes in uuid.h.
This commit is contained in:
parent
80869133f2
commit
a1adf38cab
@ -16,6 +16,10 @@
|
||||
#ifndef _LVM_UUID_H
|
||||
#define _LVM_UUID_H
|
||||
|
||||
#include <stdint.h> /* int8_t */
|
||||
#include <malloc.h> /* size_t */
|
||||
#include "libdevmapper.h"
|
||||
|
||||
#define ID_LEN 32
|
||||
#define ID_LEN_S "32"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user