diff --git a/libclamav/others.c b/libclamav/others.c index 178faae0f..474f049cc 100644 --- a/libclamav/others.c +++ b/libclamav/others.c @@ -70,6 +70,7 @@ #include "scanners.h" #include "bytecode.h" #include "bytecode_api_impl.h" +#include "cache.h" int (*cli_unrar_open)(int fd, const char *dirname, unrar_state_t *state); int (*cli_unrar_extract_next_prepare)(unrar_state_t *state, const char *dirname);