From: Willem Jan Withagen Date: Wed, 11 Dec 2019 10:07:36 +0000 (+0100) Subject: test/cls_rbd: include compat.h for ERESTART X-Git-Tag: v15.1.0~535^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32172%2Fhead;p=ceph.git test/cls_rbd: include compat.h for ERESTART Fixes:9328b402c2d471c7cfc34fa9414825bf2915e7a2 Signed-off-by: Willem Jan Withagen --- diff --git a/src/test/cls_rbd/test_cls_rbd.cc b/src/test/cls_rbd/test_cls_rbd.cc index 1d77a9be6955..8be5b828e649 100644 --- a/src/test/cls_rbd/test_cls_rbd.cc +++ b/src/test/cls_rbd/test_cls_rbd.cc @@ -1,6 +1,7 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab +#include "include/compat.h" #include "common/ceph_context.h" #include "common/config.h" #include "common/snap_types.h"