From ebccc3ffa9db0cdd86af8d729161395d056644f9 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Sun, 4 Dec 2016 23:26:16 +0100 Subject: [PATCH] rgw/rgw_file.cc: Add compat.h to allow CLOCK_MONOTONE Signed-off-by: Willem Jan Withagen --- src/rgw/rgw_file.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_file.cc b/src/rgw/rgw_file.cc index b536aad0e793..b04c71628518 100644 --- a/src/rgw/rgw_file.cc +++ b/src/rgw/rgw_file.cc @@ -1,6 +1,7 @@ // -*- 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/rados/rgw_file.h" #include -- 2.47.3