From: Eric Bollengier Date: Fri, 15 Oct 2021 09:13:32 +0000 (+0200) Subject: Fix compilation when LZO is not available X-Git-Tag: Beta-15.0.0~821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68e04e5124d021f9387707e5583caad9ebd5a04;p=thirdparty%2Fbacula.git Fix compilation when LZO is not available --- diff --git a/bacula/src/filed/backup.h b/bacula/src/filed/backup.h index cdbc4fd87..3db71ddb7 100644 --- a/bacula/src/filed/backup.h +++ b/bacula/src/filed/backup.h @@ -64,7 +64,7 @@ struct bctx_t { unsigned char *cbuf; unsigned char *cbuf2; -#ifdef HAVE_LZO +#if defined(HAVE_LZO) || defined(HAVE_ZSTD) comp_stream_header ch; #endif