Skip to content

Commit

Permalink
Fix fuzzer build.
Browse files Browse the repository at this point in the history
  • Loading branch information
garretrieger committed Mar 7, 2025
1 parent e3f28af commit 51284dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared-brotli-patch-decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ mod rust_brotli;

pub mod decode_error;

#[cfg(fuzzing)]
use decode_error::DecodeError;

/// Decodes shared brotli encoded data using the optional shared dictionary.
///
/// The shared dictionary is a raw LZ77 style dictionary, see:
Expand Down

0 comments on commit 51284dd

Please sign in to comment.