Merge branch '8.13'

This commit is contained in:
John Cupitt 2022-09-05 09:59:25 +01:00
commit 5afc4a2df5
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
- name: Install macOS dependencies
if: runner.os == 'macOS'
run: |
brew install meson ninja fftw fontconfig glib glib-utils libexif libgsf little-cms2 orc pango
brew install meson ninja fftw fontconfig glib libexif libgsf little-cms2 orc pango
brew install cfitsio libheif libimagequant libjpeg-turbo libmatio librsvg libspng libtiff openexr openjpeg openslide poppler webp cgif
- name: Install Clang 14

View File

@ -176,6 +176,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <vips/vips.h>
#include <vips/internal.h>