From 9d5f891098f40e49a7dd6eff84262ee6f97c8121 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 8 Oct 2024 14:47:42 +0200 Subject: [PATCH] cache: include `vips7compat.h` to ensure ABI compat See commit dbaa8fd and f1ed4b7. --- libvips/conversion/cache.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libvips/conversion/cache.c b/libvips/conversion/cache.c index f7e6b5701..070046dfe 100644 --- a/libvips/conversion/cache.c +++ b/libvips/conversion/cache.c @@ -48,6 +48,12 @@ #include #include +/* For the vips_cache() header decl. + */ +#if ENABLE_DEPRECATED +#include +#endif + #include "pconversion.h" typedef struct _VipsCache {