]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/ceph_context.cc: include necessary header
authorKefu Chai <kchai@redhat.com>
Fri, 19 Jul 2019 16:21:04 +0000 (00:21 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Aug 2019 03:27:21 +0000 (11:27 +0800)
for using functions like `lockdep_unregister_ceph_context()`

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/ceph_context.cc

index 8898133a71d0c9a922d81c25dc9ba50a81a65fae..b88200f10d0c472c3af6242f7ece4bbc5dbafe34 100644 (file)
@@ -29,6 +29,7 @@
 #include "common/debug.h"
 #include "common/config.h"
 #include "common/ceph_crypto.h"
+#include "common/lockdep.h"
 #include "common/HeartbeatMap.h"
 #include "common/errno.h"
 #include "common/Graylog.h"