From: Eric Bollengier Date: Tue, 2 Mar 2021 10:46:52 +0000 (+0100) Subject: Fix compilation issue of the cloud driver X-Git-Tag: Release-11.0.2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0033e9dd8389845a6fbe5b0396c556a878d853;p=thirdparty%2Fbacula.git Fix compilation issue of the cloud driver --- diff --git a/bacula/src/stored/s3_driver.c b/bacula/src/stored/s3_driver.c index d052ba6f0..88fcd19bb 100644 --- a/bacula/src/stored/s3_driver.c +++ b/bacula/src/stored/s3_driver.c @@ -30,6 +30,8 @@ #include "s3_driver.h" #ifdef BEE #include "bee_s3_cloud_glacier.h" +#else +#include "cloud_glacier.h" #endif #include #include