]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/rgw_http_client: add compat.h include for TEMP_FAILURE_RETRY 9754/head
authorJohn Coyle <dx9err@gmail.com>
Thu, 16 Jun 2016 01:06:54 +0000 (21:06 -0400)
committerJohn Coyle <dx9err@gmail.com>
Mon, 20 Jun 2016 13:21:57 +0000 (09:21 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
src/rgw/rgw_http_client.cc

index ee1f48a44c16e9a529b0f5985977eb14c01d06d1..120b113fdc1675ae3f2af09b207776a1b954af6a 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 <boost/utility/string_ref.hpp>
 
 #include <curl/curl.h>