Skip to content

Commit

Permalink
cache: include vips7compat.h to ensure ABI compat
Browse files Browse the repository at this point in the history
See commit dbaa8fd and f1ed4b7.
  • Loading branch information
kleisauke committed Oct 8, 2024
1 parent 6ce2c94 commit 9d5f891
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libvips/conversion/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
#include <vips/internal.h>
#include <vips/debug.h>

/* For the vips_cache() header decl.
*/
#if ENABLE_DEPRECATED
#include <vips/vips7compat.h>
#endif

#include "pconversion.h"

typedef struct _VipsCache {
Expand Down

0 comments on commit 9d5f891

Please sign in to comment.