mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-04 12:22:00 +03:00
Add a couple missing #includes in uuid.h.
This commit is contained in:
@ -16,6 +16,10 @@
|
|||||||
#ifndef _LVM_UUID_H
|
#ifndef _LVM_UUID_H
|
||||||
#define _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 32
|
||||||
#define ID_LEN_S "32"
|
#define ID_LEN_S "32"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user