From 6f512d1bbb819645b07559b6fc84553ecdae9fe9 Mon Sep 17 00:00:00 2001 From: John Coyle Date: Wed, 15 Jun 2016 21:06:54 -0400 Subject: [PATCH] rgw/rgw_http_client: add compat.h include for TEMP_FAILURE_RETRY Signed-off-by: John Coyle (cherry picked from commit 00f4554aa5511d86ea45aec90c16617c419ca7c3) --- src/rgw/rgw_http_client.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rgw/rgw_http_client.cc b/src/rgw/rgw_http_client.cc index 1dc577d59a39e..9cebb5420d703 100644 --- a/src/rgw/rgw_http_client.cc +++ b/src/rgw/rgw_http_client.cc @@ -1,6 +1,8 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab +#include "include/compat.h" + #include #include #include -- 2.39.5