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.3.2~685 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502b5008750f71adaf1d29094e3309ff573b2c31;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 25bfd7b51..ab6341019 100644 --- a/bacula/src/stored/s3_driver.c +++ b/bacula/src/stored/s3_driver.c @@ -28,11 +28,11 @@ */ #include "s3_driver.h" - #if BEEF #include "bee_s3_cloud_glacier.h" +#else +#include "cloud_glacier.h" #endif - #include #include