From: root Date: Mon, 23 Apr 2018 11:48:31 +0000 (+0800) Subject: rgw: fix radosgw-admin build error X-Git-Tag: v14.1.0~1028^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=21350fdb2e9b1268a1e924db7fb00a90416a5389;p=ceph.git rgw: fix radosgw-admin build error Signed-off-by: cfanz --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 96ab3f8e56d4..50627062b5cd 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -8,7 +8,9 @@ #include +extern "C" { #include +} #include "auth/Crypto.h" #include "compressor/Compressor.h"