From: Petr Rockai Date: Mon, 18 Jul 2011 13:24:14 +0000 (+0000) Subject: Add a couple missing #includes in uuid.h. X-Git-Tag: old-v2_02_87~82 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=668f986b054ca6e00f22e7d75ee751e78de68854;p=lvm2.git Add a couple missing #includes in uuid.h. --- diff --git a/lib/uuid/uuid.h b/lib/uuid/uuid.h index 5c8382d75..b7da7df39 100644 --- a/lib/uuid/uuid.h +++ b/lib/uuid/uuid.h @@ -16,6 +16,10 @@ #ifndef _LVM_UUID_H #define _LVM_UUID_H +#include /* int8_t */ +#include /* size_t */ +#include "libdevmapper.h" + #define ID_LEN 32 #define ID_LEN_S "32"