From 1c1127532456aff156c02d7fd2894c93f9665d35 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 11 Dec 2019 11:07:36 +0100 Subject: [PATCH] test/cls_rbd: include compat.h for ERESTART Fixes:9328b402c2d471c7cfc34fa9414825bf2915e7a2 Signed-off-by: Willem Jan Withagen --- src/test/cls_rbd/test_cls_rbd.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/cls_rbd/test_cls_rbd.cc b/src/test/cls_rbd/test_cls_rbd.cc index 1d77a9be695..8be5b828e64 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" -- 2.39.5