Re: rgw_rest.cc build failure

2012-10-10 Thread Noah Watkins
On Wed, Oct 10, 2012 at 2:29 PM, Yehuda Sadeh wrote: > I'll apply this, can I assume you have signed off this patch? Ahh, yes, sorry. Signed-off-by: Noah Watkins > > On Wed, Oct 10, 2012 at 2:25 PM, Noah Watkins wrote: >> >> This needed for latest master: >> >> diff --git a/src/rgw/rgw_rest.c

Re: rgw_rest.cc build failure

2012-10-10 Thread Yehuda Sadeh
I'll apply this, can I assume you have signed off this patch? On Wed, Oct 10, 2012 at 2:25 PM, Noah Watkins wrote: > > This needed for latest master: > > diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc > index 53bbeca..3612a9e 100644 > --- a/src/rgw/rgw_rest.cc > +++ b/src/rgw/rgw_rest.cc

rgw_rest.cc build failure

2012-10-10 Thread Noah Watkins
This needed for latest master: diff --git a/src/rgw/rgw_rest.cc b/src/rgw/rgw_rest.cc index 53bbeca..3612a9e 100644 --- a/src/rgw/rgw_rest.cc +++ b/src/rgw/rgw_rest.cc @@ -1,4 +1,5 @@ #include +#include #include "common/Formatter.h" #include "common/utf8.h" to fix: CXXradosgw-rgw_res