]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/blkdev: fix complie error on OSX/FreeBSD
authorYan, Zheng <zyan@redhat.com>
Fri, 14 Aug 2015 14:27:16 +0000 (22:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 31 Aug 2015 08:00:28 +0000 (16:00 +0800)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/common/blkdev.cc

index f009dd13757ca1a7831013d3235366587d44f2fe..f013a7b7c88cddc2025bc34f17ccaaea2d29c170 100644 (file)
 #include <dirent.h>
 #include <stdlib.h>
 #include "include/int_types.h"
+#include "include/uuid.h"
 
 #ifdef __linux__
 #include <linux/fs.h>
-#include "include/uuid.h"
 #include <blkid/blkid.h>
 
 #define UUID_LEN 36