]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_http_client: add compat.h include for TEMP_FAILURE_RETRY
authorJohn Coyle <dx9err@gmail.com>
Thu, 16 Jun 2016 01:06:54 +0000 (21:06 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 9 Nov 2016 15:29:22 +0000 (10:29 -0500)
Signed-off-by: John Coyle <dx9err@gmail.com>
(cherry picked from commit 00f4554aa5511d86ea45aec90c16617c419ca7c3)

src/rgw/rgw_http_client.cc

index 1dc577d59a39e5c0ae5bc832bd34854b9fa45e1f..9cebb5420d703852e4f7b9ef5f23ab8dfe2d2454 100644 (file)
@@ -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 <curl/curl.h>
 #include <curl/easy.h>
 #include <curl/multi.h>