From: Yan, Zheng Date: Sun, 31 Jan 2016 01:45:19 +0000 (+0800) Subject: ceph-dencoder: fix build with '--without-libaio' X-Git-Tag: ses5-milestone5~283^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e7daa19742914ba3d95a6b79c27e8a30db946df;p=ceph.git ceph-dencoder: fix build with '--without-libaio' bluestore is not compiled with '--without-libaio' Signed-off-by: Yan, Zheng --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index e39641111f0..f54804a1304 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -115,7 +115,7 @@ TYPE(ObjectStore::Transaction) #include "os/filestore/SequencerPosition.h" TYPE(SequencerPosition) -#if !defined(__FreeBSD__) +#ifdef WITH_LIBAIO #include "os/bluestore/bluestore_types.h" TYPE(bluestore_cnode_t) TYPE(bluestore_compression_header_t)