diff options
Diffstat (limited to 'src/rgw/rgw_sal.cc')
-rw-r--r-- | src/rgw/rgw_sal.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgw/rgw_sal.cc b/src/rgw/rgw_sal.cc index b69628911c1..009eb34e736 100644 --- a/src/rgw/rgw_sal.cc +++ b/src/rgw/rgw_sal.cc @@ -33,11 +33,11 @@ #endif #ifdef WITH_RADOSGW_MOTR -#include "rgw_sal_motr.h" +#include "driver/motr/rgw_sal_motr.h" #endif #ifdef WITH_RADOSGW_DAOS -#include "rgw_sal_daos.h" +#include "driver/daos/rgw_sal_daos.h" #endif #define dout_subsys ceph_subsys_rgw |