]> sourceware.org Git - lvm2.git/commitdiff
Add a couple missing #includes in uuid.h.
authorPetr Rockai <prokai@redhat.com>
Mon, 18 Jul 2011 13:24:14 +0000 (13:24 +0000)
committerPetr Rockai <prokai@redhat.com>
Mon, 18 Jul 2011 13:24:14 +0000 (13:24 +0000)
lib/uuid/uuid.h

index 5c8382d75fabc598f532c4d2ce45e537091b258a..b7da7df39f72cb236391c6e587383ec44084bcfd 100644 (file)
 #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"
 
This page took 0.037399 seconds and 5 git commands to generate.