From 668f986b054ca6e00f22e7d75ee751e78de68854 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Mon, 18 Jul 2011 13:24:14 +0000 Subject: [PATCH] Add a couple missing #includes in uuid.h. --- lib/uuid/uuid.h | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.43.5