diff options
author | Kefu Chai <kchai@redhat.com> | 2018-12-18 12:31:15 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-12-21 17:20:56 +0100 |
commit | 7fb4712aeadcb2a095ad1efe8ddb098efe9d3342 (patch) | |
tree | e0f2ee48fdf6c0eacdc7bab08ccc3ab2747ce8f9 /src/os/bluestore/aio.cc | |
parent | Merge PR #25632 into master (diff) | |
download | ceph-7fb4712aeadcb2a095ad1efe8ddb098efe9d3342.tar.xz ceph-7fb4712aeadcb2a095ad1efe8ddb098efe9d3342.zip |
os: rename aio.h to avoid conflict
FreeBSD's libc offers <aio.h>.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/os/bluestore/aio.cc')
-rw-r--r-- | src/os/bluestore/aio.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/bluestore/aio.cc b/src/os/bluestore/aio.cc index 48114344925..46856b85b61 100644 --- a/src/os/bluestore/aio.cc +++ b/src/os/bluestore/aio.cc @@ -2,7 +2,7 @@ // vim: ts=8 sw=2 smarttab #include <algorithm> -#include "aio.h" +#include "ceph_aio.h" std::ostream& operator<<(std::ostream& os, const aio_t& aio) { |