diff options
Diffstat (limited to 'src/fuzzer/crl.cpp')
-rw-r--r-- | src/fuzzer/crl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuzzer/crl.cpp b/src/fuzzer/crl.cpp index 63699b9b3..e41d523a9 100644 --- a/src/fuzzer/crl.cpp +++ b/src/fuzzer/crl.cpp @@ -6,6 +6,7 @@ #include "fuzzers.h" #include <botan/x509_crl.h> +#include <botan/data_src.h> void fuzz(const uint8_t in[], size_t len) { |