summaryrefslogtreecommitdiffstats
path: root/src/rbd_replay/BufferReader.cc
diff options
context:
space:
mode:
authorBrad Hubbard <bhubbard@redhat.com>2018-09-14 06:22:00 +0200
committerBrad Hubbard <bhubbard@redhat.com>2018-09-14 06:22:00 +0200
commit5009d9ecc692076360ff777e47db9902c7bff669 (patch)
tree34414ec9a5356c626a2f6b937a0c0e47e2fc594d /src/rbd_replay/BufferReader.cc
parentMerge pull request #23896 from Songweibin/wip-group-snap-rollback (diff)
downloadceph-5009d9ecc692076360ff777e47db9902c7bff669.tar.xz
ceph-5009d9ecc692076360ff777e47db9902c7bff669.zip
Rename "include/assert.h"
This conflicts with the system assert.h so rename and change includes to reflect the new name. Fixes: http://tracker.ceph.com/issues/35682 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Diffstat (limited to 'src/rbd_replay/BufferReader.cc')
-rw-r--r--src/rbd_replay/BufferReader.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rbd_replay/BufferReader.cc b/src/rbd_replay/BufferReader.cc
index 262c54799ec..b4dce651591 100644
--- a/src/rbd_replay/BufferReader.cc
+++ b/src/rbd_replay/BufferReader.cc
@@ -2,7 +2,7 @@
// vim: ts=8 sw=2 smarttab
#include "rbd_replay/BufferReader.h"
-#include "include/assert.h"
+#include "include/ceph_assert.h"
#include "include/intarith.h"
namespace rbd_replay {