From c83698b9714afbaecbb4f71df7e57fce5714fadf Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Sun, 4 Aug 2024 17:16:58 -0400 Subject: [PATCH] test/rgw/posix: add missing include for cpp_strerror() Signed-off-by: Casey Bodley --- src/test/rgw/test_rgw_posix_driver.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/rgw/test_rgw_posix_driver.cc b/src/test/rgw/test_rgw_posix_driver.cc index 5f624d770d1..a8b0f9bb348 100644 --- a/src/test/rgw/test_rgw_posix_driver.cc +++ b/src/test/rgw/test_rgw_posix_driver.cc @@ -17,6 +17,7 @@ #include #include #include "common/common_init.h" +#include "common/errno.h" #include "global/global_init.h" using namespace rgw::sal; -- 2.39.5